Shades of Fern #72B876
Tints of Fern #72B876
RGB
CMYK
RGB Variations
Color information
#72B876 (or 0x72B876) is known color: Fern. HEX triplet: 72, B8 and 76. RGB value is (114,184,118). Sum of RGB (Red+Green+Blue) = 114+184+118=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 184 - color contains mainly: green. Hex color #72B876 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B876 is #8D4789. Grayscale: #9B9B9B. Windows color (decimal): -9258890 or 7780466. OLE color: 7780466.
HSL color Cylindrical-coordinate representation of color #72B876: hue angle of 123.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B876 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 184 | 118 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.28 |
| HSL | 123.43º | 0.33% | 0.58% | - |
| HSV(B) | 123.43º | 0.38% | 0.72% | - |
| XYZ | 27.35 | 39.17 | 23.26 | - |
| YUV | 155.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 184 | 118 | 0.38 | 0 | 0.36 | 0.28 | 123.43 | 0.33 | 0.58 |
| Hex | 72 | B8 | 76 | 26 | 0 | 24 | 1C | 7B | 21 | 3A |
| Octal | 162 | 270 | 166 | 46 | 0 | 44 | 34 | 173 | 41 | 72 |
| Binary | 1110010 | 10111000 | 1110110 | 100110 | 0 | 100100 | 11100 | 1111011 | 100001 | 111010 |
Color Harmonies of #72B876
Complementary color
Monochromatic Colors of #72B876
Black with #72B876
Text Example
Text Example
White with #72B876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B876; }
p { color: rgb(114,184,118); }
H1.HeaderClassName
{
color: #72B876;
}
.AnyTagClassName
{
color: #72B876;
}
</style>
background-color css
<style>
a { background-color: #72B876; }
a { background-color: rgb(114,184,118); }
div.DivClassName
{
background-color: #72B876;
}
.BgClassName
{
background-color: #72B876;
}
</style>
border-color css
<style>
span { border-color: #72B876; }
span { border-color: rgb(114,184,118); }
td.TdClassName
{
border-color: #72B876;
}
.TagClassName
{
border-color: #72B876;
}
</style>