Shades of Fern #72B56C
Tints of Fern #72B56C
RGB
CMYK
RGB Variations
Color information
#72B56C (or 0x72B56C) is known color: Fern. HEX triplet: 72, B5 and 6C. RGB value is (114,181,108). Sum of RGB (Red+Green+Blue) = 114+181+108=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #72B56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B56C is #8D4A93. Grayscale: #989898. Windows color (decimal): -9259668 or 7124338. OLE color: 7124338.
HSL color Cylindrical-coordinate representation of color #72B56C: hue angle of 115.07º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72B56C is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 181 | 108 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.29 |
| HSL | 115.07º | 0.33% | 0.57% | - |
| HSV(B) | 115.07º | 0.4% | 0.71% | - |
| XYZ | 26.17 | 37.71 | 20.09 | - |
| YUV | 152.65 | 102.8 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 181 | 108 | 0.37 | 0 | 0.40 | 0.29 | 115.07 | 0.33 | 0.57 |
| Hex | 72 | B5 | 6C | 25 | 0 | 28 | 1D | 73 | 21 | 39 |
| Octal | 162 | 265 | 154 | 45 | 0 | 50 | 35 | 163 | 41 | 71 |
| Binary | 1110010 | 10110101 | 1101100 | 100101 | 0 | 101000 | 11101 | 1110011 | 100001 | 111001 |
Color Harmonies of #72B56C
Complementary color
Monochromatic Colors of #72B56C
Black with #72B56C
Text Example
Text Example
White with #72B56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B56C; }
p { color: rgb(114,181,108); }
H1.HeaderClassName
{
color: #72B56C;
}
.AnyTagClassName
{
color: #72B56C;
}
</style>
background-color css
<style>
a { background-color: #72B56C; }
a { background-color: rgb(114,181,108); }
div.DivClassName
{
background-color: #72B56C;
}
.BgClassName
{
background-color: #72B56C;
}
</style>
border-color css
<style>
span { border-color: #72B56C; }
span { border-color: rgb(114,181,108); }
td.TdClassName
{
border-color: #72B56C;
}
.TagClassName
{
border-color: #72B56C;
}
</style>