Shades of Fern #72B869
Tints of Fern #72B869
RGB
CMYK
RGB Variations
Color information
#72B869 (or 0x72B869) is known color: Fern. HEX triplet: 72, B8 and 69. RGB value is (114,184,105). Sum of RGB (Red+Green+Blue) = 114+184+105=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #72B869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B869 is #8D4796. Grayscale: #9A9A9A. Windows color (decimal): -9258903 or 6928498. OLE color: 6928498.
HSL color Cylindrical-coordinate representation of color #72B869: hue angle of 113.16º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72B869 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 184 | 105 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.28 |
| HSL | 113.16º | 0.36% | 0.57% | - |
| HSV(B) | 113.16º | 0.43% | 0.72% | - |
| XYZ | 26.63 | 38.88 | 19.47 | - |
| YUV | 154.06 | 100.31 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 184 | 105 | 0.38 | 0 | 0.43 | 0.28 | 113.16 | 0.36 | 0.57 |
| Hex | 72 | B8 | 69 | 26 | 0 | 2B | 1C | 71 | 24 | 39 |
| Octal | 162 | 270 | 151 | 46 | 0 | 53 | 34 | 161 | 44 | 71 |
| Binary | 1110010 | 10111000 | 1101001 | 100110 | 0 | 101011 | 11100 | 1110001 | 100100 | 111001 |
Color Harmonies of #72B869
Complementary color
Monochromatic Colors of #72B869
Black with #72B869
Text Example
Text Example
White with #72B869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B869; }
p { color: rgb(114,184,105); }
H1.HeaderClassName
{
color: #72B869;
}
.AnyTagClassName
{
color: #72B869;
}
</style>
background-color css
<style>
a { background-color: #72B869; }
a { background-color: rgb(114,184,105); }
div.DivClassName
{
background-color: #72B869;
}
.BgClassName
{
background-color: #72B869;
}
</style>
border-color css
<style>
span { border-color: #72B869; }
span { border-color: rgb(114,184,105); }
td.TdClassName
{
border-color: #72B869;
}
.TagClassName
{
border-color: #72B869;
}
</style>