Shades of Fern #76AF74
Tints of Fern #76AF74
RGB
CMYK
RGB Variations
Color information
#76AF74 (or 0x76AF74) is known color: Fern. HEX triplet: 76, AF and 74. RGB value is (118,175,116). Sum of RGB (Red+Green+Blue) = 118+175+116=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF74 is #89508B. Grayscale: #979797. Windows color (decimal): -8999052 or 7647094. OLE color: 7647094.
HSL color Cylindrical-coordinate representation of color #76AF74: hue angle of 117.97º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76AF74 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 116 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.31 |
| HSL | 117.97º | 0.27% | 0.57% | - |
| HSV(B) | 117.97º | 0.34% | 0.69% | - |
| XYZ | 25.95 | 35.77 | 22.06 | - |
| YUV | 151.23 | 108.12 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 116 | 0.33 | 0 | 0.34 | 0.31 | 117.97 | 0.27 | 0.57 |
| Hex | 76 | AF | 74 | 21 | 0 | 22 | 1F | 76 | 1B | 39 |
| Octal | 166 | 257 | 164 | 41 | 0 | 42 | 37 | 166 | 33 | 71 |
| Binary | 1110110 | 10101111 | 1110100 | 100001 | 0 | 100010 | 11111 | 1110110 | 11011 | 111001 |
Color Harmonies of #76AF74
Complementary color
Monochromatic Colors of #76AF74
Black with #76AF74
Text Example
Text Example
White with #76AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF74; }
p { color: rgb(118,175,116); }
H1.HeaderClassName
{
color: #76AF74;
}
.AnyTagClassName
{
color: #76AF74;
}
</style>
background-color css
<style>
a { background-color: #76AF74; }
a { background-color: rgb(118,175,116); }
div.DivClassName
{
background-color: #76AF74;
}
.BgClassName
{
background-color: #76AF74;
}
</style>
border-color css
<style>
span { border-color: #76AF74; }
span { border-color: rgb(118,175,116); }
td.TdClassName
{
border-color: #76AF74;
}
.TagClassName
{
border-color: #76AF74;
}
</style>