Shades of Fern #74AC77
Tints of Fern #74AC77
RGB
CMYK
RGB Variations
Color information
#74AC77 (or 0x74AC77) is known color: Fern. HEX triplet: 74, AC and 77. RGB value is (116,172,119). Sum of RGB (Red+Green+Blue) = 116+172+119=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC77 is #8B5388. Grayscale: #959595. Windows color (decimal): -9130889 or 7842932. OLE color: 7842932.
HSL color Cylindrical-coordinate representation of color #74AC77: hue angle of 123.21º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AC77 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 119 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.33 |
| HSL | 123.21º | 0.25% | 0.56% | - |
| HSV(B) | 123.21º | 0.33% | 0.67% | - |
| XYZ | 25.28 | 34.55 | 22.79 | - |
| YUV | 149.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 119 | 0.33 | 0 | 0.31 | 0.33 | 123.21 | 0.25 | 0.56 |
| Hex | 74 | AC | 77 | 21 | 0 | 1F | 21 | 7B | 19 | 38 |
| Octal | 164 | 254 | 167 | 41 | 0 | 37 | 41 | 173 | 31 | 70 |
| Binary | 1110100 | 10101100 | 1110111 | 100001 | 0 | 11111 | 100001 | 1111011 | 11001 | 111000 |
Color Harmonies of #74AC77
Complementary color
Monochromatic Colors of #74AC77
Black with #74AC77
Text Example
Text Example
White with #74AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC77; }
p { color: rgb(116,172,119); }
H1.HeaderClassName
{
color: #74AC77;
}
.AnyTagClassName
{
color: #74AC77;
}
</style>
background-color css
<style>
a { background-color: #74AC77; }
a { background-color: rgb(116,172,119); }
div.DivClassName
{
background-color: #74AC77;
}
.BgClassName
{
background-color: #74AC77;
}
</style>
border-color css
<style>
span { border-color: #74AC77; }
span { border-color: rgb(116,172,119); }
td.TdClassName
{
border-color: #74AC77;
}
.TagClassName
{
border-color: #74AC77;
}
</style>