Shades of Fern #72B470
Tints of Fern #72B470
RGB
CMYK
RGB Variations
Color information
#72B470 (or 0x72B470) is known color: Fern. HEX triplet: 72, B4 and 70. RGB value is (114,180,112). Sum of RGB (Red+Green+Blue) = 114+180+112=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #72B470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B470 is #8D4B8F. Grayscale: #989898. Windows color (decimal): -9259920 or 7386226. OLE color: 7386226.
HSL color Cylindrical-coordinate representation of color #72B470: hue angle of 118.24º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B470 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 180 | 112 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.29 |
| HSL | 118.24º | 0.31% | 0.57% | - |
| HSV(B) | 118.24º | 0.38% | 0.71% | - |
| XYZ | 26.19 | 37.39 | 21.17 | - |
| YUV | 152.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 180 | 112 | 0.37 | 0 | 0.38 | 0.29 | 118.24 | 0.31 | 0.57 |
| Hex | 72 | B4 | 70 | 25 | 0 | 26 | 1D | 76 | 1F | 39 |
| Octal | 162 | 264 | 160 | 45 | 0 | 46 | 35 | 166 | 37 | 71 |
| Binary | 1110010 | 10110100 | 1110000 | 100101 | 0 | 100110 | 11101 | 1110110 | 11111 | 111001 |
Color Harmonies of #72B470
Complementary color
Monochromatic Colors of #72B470
Black with #72B470
Text Example
Text Example
White with #72B470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B470; }
p { color: rgb(114,180,112); }
H1.HeaderClassName
{
color: #72B470;
}
.AnyTagClassName
{
color: #72B470;
}
</style>
background-color css
<style>
a { background-color: #72B470; }
a { background-color: rgb(114,180,112); }
div.DivClassName
{
background-color: #72B470;
}
.BgClassName
{
background-color: #72B470;
}
</style>
border-color css
<style>
span { border-color: #72B470; }
span { border-color: rgb(114,180,112); }
td.TdClassName
{
border-color: #72B470;
}
.TagClassName
{
border-color: #72B470;
}
</style>