COLOR #74BB81

HEX: #74BB81
RGB: (116,187,129)

Color info

#74BB81 contains mainly green and blue colors. Web safe color of #74BB81 is #66CC99 (or #6C9).

RGB color model

#74BB81 color RGB value is (116,187,129).

  • red value is 116;
  • green value is 187;
  • blue value is 129.
RGB:
(116,187,129)
(45%,73%,51%)

RGB channels and saturation

R 116 of 255 = 45%
G 187 of 255 = 73%
B 129 of 255 = 51%

116
187
129

R + G + B ~ 56%. #74BB81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 187 + 129 = 432 (100%)
R 116 of 432 ~ 26.85%
G 187 of 432 ~ 43.29%
B 129 of 432 ~ 29.86%

%26.85
%43.29
%29.86

CMYK color model

#74BB81 color CMYK value is (38,0,31,27).

  • cyan value is 37.97%
  • magenta value is 0.00%
  • yellow value is 31.02%
  • key color value is 26.67%
CMYK:
(38,0,31,27)
C38M0Y31K27 
(38%,0%,31%,27%)
(0.38/0.00/0.31/0.27)	

CMYK percentages

%37.97
%0
%31.02
%26.67

Codes

Color #74BB81 in popluar color models

74BB81
RGB116187129
HSL131°34.30%59.41%
HSB/HSV131°37.97%73.33%
CMYK37.97%0.00%31.02%
26.67%

Color #74BB81 in popluar number systems.

HEX74BB81
Decimal116187129
Binary11101001011101110000001
Octal164273201

Shades and tints

Shades of #74BB81

#74BB81
(116,187,129)
#6AAA76
(106,170,118)
#60996B
(96,153,107)
#568860
(86,136,96)
#4C7755
(76,119,85)
#42664A
(66,102,74)
#38553F
(56,85,63)
#2E4434
(46,68,52)
#243329
(36,51,41)
#1A221E
(26,34,30)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #74BB81

#74BB81
(116,187,129)
#80C18C
(128,193,140)
#8CC797
(140,199,151)
#98CDA2
(152,205,162)
#A4D3AD
(164,211,173)
#B0D9B8
(176,217,184)
#BCDFC3
(188,223,195)
#C8E5CE
(200,229,206)
#D4EBD9
(212,235,217)
#E0F1E4
(224,241,228)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BB81 color. Also use rgb(116,187,129) instead hex code.

Text Font Color

.myTextColor { color: #74BB81; }

<p style="color:#74BB81">This sample text font color is #74BB81.</p>

This text font color is #74BB81.


Background Color

.myBgColor { background-color: #74BB81; }

<div style="background-color:#74BB81">Inner text</div>

This div background color is #74BB81.


Border color

.myBorderColor { border: 1px solid #74BB81; }

<div style="border:3px solid #74BB81">Div</div>

This div border color is #74BB81.


Opacity

.myOpacity80 { color: #74BB81; opacity: 0.8; }

<p style="color:#74BB81;opacity:0.8;">80%</p>

Text with #74BB81 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #74BB81;}

<p style="text-shadow: 3px 3px 1px #74BB81">Text here.</p>

This text has shadow with #74BB81 color.

.textShadow {text-shadow: 3px 3px 1px #74BB81, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #74BB81, 5px 5px 20px red">Text here.</p>

This text has shadow with #74BB81 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74BB81, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#74BB81, Direction=45, Strength=4)">Text</p>

This text has shadow with #74BB81 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #74BB81;
  -webkit-box-shadow:	1px 1px 3px 2px #74BB81;
  box-shadow:		1px 1px 3px 2px #74BB81;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74BB81;
-webkit-box-shadow: 1px 1px 3px 2px #74BB81;
box-shadow:1px 1px 3px 2px #74BB81;">
Div content here</div>
This div box has shadow with color #74BB81.

Preview

Color preview on black background

This text has color #74BB81 on black background.


Color preview on white background

This text has color #74BB81 on white background.



Black color preview on #74BB81 background

This text has black color on #74BB81 background.


White color preview on #74BB81 background

This text has white color on #74BB81 background.