Shades of Fern #72BB6C
Tints of Fern #72BB6C
RGB
CMYK
RGB Variations
Color information
#72BB6C (or 0x72BB6C) is known color: Fern. HEX triplet: 72, BB and 6C. RGB value is (114,187,108). Sum of RGB (Red+Green+Blue) = 114+187+108=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BB6C is #8D4493. Grayscale: #9C9C9C. Windows color (decimal): -9258132 or 7125874. OLE color: 7125874.
HSL color Cylindrical-coordinate representation of color #72BB6C: hue angle of 115.44º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72BB6C is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 187 | 108 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.27 |
| HSL | 115.44º | 0.37% | 0.58% | - |
| HSV(B) | 115.44º | 0.42% | 0.73% | - |
| XYZ | 27.42 | 40.2 | 20.5 | - |
| YUV | 156.17 | 100.82 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 187 | 108 | 0.39 | 0 | 0.42 | 0.27 | 115.44 | 0.37 | 0.58 |
| Hex | 72 | BB | 6C | 27 | 0 | 2A | 1B | 73 | 25 | 3A |
| Octal | 162 | 273 | 154 | 47 | 0 | 52 | 33 | 163 | 45 | 72 |
| Binary | 1110010 | 10111011 | 1101100 | 100111 | 0 | 101010 | 11011 | 1110011 | 100101 | 111010 |
Color Harmonies of #72BB6C
Complementary color
Monochromatic Colors of #72BB6C
Black with #72BB6C
Text Example
Text Example
White with #72BB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BB6C; }
p { color: rgb(114,187,108); }
H1.HeaderClassName
{
color: #72BB6C;
}
.AnyTagClassName
{
color: #72BB6C;
}
</style>
background-color css
<style>
a { background-color: #72BB6C; }
a { background-color: rgb(114,187,108); }
div.DivClassName
{
background-color: #72BB6C;
}
.BgClassName
{
background-color: #72BB6C;
}
</style>
border-color css
<style>
span { border-color: #72BB6C; }
span { border-color: rgb(114,187,108); }
td.TdClassName
{
border-color: #72BB6C;
}
.TagClassName
{
border-color: #72BB6C;
}
</style>