Shades of Fern #72C079
Tints of Fern #72C079
RGB
CMYK
RGB Variations
Color information
#72C079 (or 0x72C079) is known color: Fern. HEX triplet: 72, C0 and 79. RGB value is (114,192,121). Sum of RGB (Red+Green+Blue) = 114+192+121=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #72C079 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C079 is #8D3F86. Grayscale: #A0A0A0. Windows color (decimal): -9256839 or 7979122. OLE color: 7979122.
HSL color Cylindrical-coordinate representation of color #72C079: hue angle of 125.38º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C079 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 121 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.25 |
| HSL | 125.38º | 0.38% | 0.6% | - |
| HSV(B) | 125.38º | 0.41% | 0.75% | - |
| XYZ | 29.24 | 42.66 | 24.78 | - |
| YUV | 160.58 | 105.66 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 121 | 0.41 | 0 | 0.37 | 0.25 | 125.38 | 0.38 | 0.6 |
| Hex | 72 | C0 | 79 | 29 | 0 | 25 | 19 | 7D | 26 | 3C |
| Octal | 162 | 300 | 171 | 51 | 0 | 45 | 31 | 175 | 46 | 74 |
| Binary | 1110010 | 11000000 | 1111001 | 101001 | 0 | 100101 | 11001 | 1111101 | 100110 | 111100 |
Color Harmonies of #72C079
Complementary color
Monochromatic Colors of #72C079
Black with #72C079
Text Example
Text Example
White with #72C079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C079; }
p { color: rgb(114,192,121); }
H1.HeaderClassName
{
color: #72C079;
}
.AnyTagClassName
{
color: #72C079;
}
</style>
background-color css
<style>
a { background-color: #72C079; }
a { background-color: rgb(114,192,121); }
div.DivClassName
{
background-color: #72C079;
}
.BgClassName
{
background-color: #72C079;
}
</style>
border-color css
<style>
span { border-color: #72C079; }
span { border-color: rgb(114,192,121); }
td.TdClassName
{
border-color: #72C079;
}
.TagClassName
{
border-color: #72C079;
}
</style>