Shades of Fern #76AF73
Tints of Fern #76AF73
RGB
CMYK
RGB Variations
Color information
#76AF73 (or 0x76AF73) is known color: Fern. HEX triplet: 76, AF and 73. RGB value is (118,175,115). Sum of RGB (Red+Green+Blue) = 118+175+115=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF73 is #89508C. Grayscale: #979797. Windows color (decimal): -8999053 or 7581558. OLE color: 7581558.
HSL color Cylindrical-coordinate representation of color #76AF73: hue angle of 117º 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 #76AF73 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 115 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.31 |
| HSL | 117º | 0.27% | 0.57% | - |
| HSV(B) | 117º | 0.34% | 0.69% | - |
| XYZ | 25.9 | 35.75 | 21.76 | - |
| YUV | 151.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 115 | 0.33 | 0 | 0.34 | 0.31 | 117 | 0.27 | 0.57 |
| Hex | 76 | AF | 73 | 21 | 0 | 22 | 1F | 75 | 1B | 39 |
| Octal | 166 | 257 | 163 | 41 | 0 | 42 | 37 | 165 | 33 | 71 |
| Binary | 1110110 | 10101111 | 1110011 | 100001 | 0 | 100010 | 11111 | 1110101 | 11011 | 111001 |
Color Harmonies of #76AF73
Complementary color
Monochromatic Colors of #76AF73
Black with #76AF73
Text Example
Text Example
White with #76AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF73; }
p { color: rgb(118,175,115); }
H1.HeaderClassName
{
color: #76AF73;
}
.AnyTagClassName
{
color: #76AF73;
}
</style>
background-color css
<style>
a { background-color: #76AF73; }
a { background-color: rgb(118,175,115); }
div.DivClassName
{
background-color: #76AF73;
}
.BgClassName
{
background-color: #76AF73;
}
</style>
border-color css
<style>
span { border-color: #76AF73; }
span { border-color: rgb(118,175,115); }
td.TdClassName
{
border-color: #76AF73;
}
.TagClassName
{
border-color: #76AF73;
}
</style>