Shades of Fern #72B868
Tints of Fern #72B868
RGB
CMYK
RGB Variations
Color information
#72B868 (or 0x72B868) is known color: Fern. HEX triplet: 72, B8 and 68. RGB value is (114,184,104). Sum of RGB (Red+Green+Blue) = 114+184+104=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #72B868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B868 is #8D4797. Grayscale: #9A9A9A. Windows color (decimal): -9258904 or 6862962. OLE color: 6862962.
HSL color Cylindrical-coordinate representation of color #72B868: hue angle of 112.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72B868 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 184 | 104 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.28 |
| HSL | 112.5º | 0.36% | 0.56% | - |
| HSV(B) | 112.5º | 0.43% | 0.72% | - |
| XYZ | 26.58 | 38.86 | 19.2 | - |
| YUV | 153.95 | 99.81 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 184 | 104 | 0.38 | 0 | 0.43 | 0.28 | 112.5 | 0.36 | 0.56 |
| Hex | 72 | B8 | 68 | 26 | 0 | 2B | 1C | 70 | 24 | 38 |
| Octal | 162 | 270 | 150 | 46 | 0 | 53 | 34 | 160 | 44 | 70 |
| Binary | 1110010 | 10111000 | 1101000 | 100110 | 0 | 101011 | 11100 | 1110000 | 100100 | 111000 |
Color Harmonies of #72B868
Complementary color
Monochromatic Colors of #72B868
Black with #72B868
Text Example
Text Example
White with #72B868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B868; }
p { color: rgb(114,184,104); }
H1.HeaderClassName
{
color: #72B868;
}
.AnyTagClassName
{
color: #72B868;
}
</style>
background-color css
<style>
a { background-color: #72B868; }
a { background-color: rgb(114,184,104); }
div.DivClassName
{
background-color: #72B868;
}
.BgClassName
{
background-color: #72B868;
}
</style>
border-color css
<style>
span { border-color: #72B868; }
span { border-color: rgb(114,184,104); }
td.TdClassName
{
border-color: #72B868;
}
.TagClassName
{
border-color: #72B868;
}
</style>