Shades of Fern #72BD6E
Tints of Fern #72BD6E
RGB
CMYK
RGB Variations
Color information
#72BD6E (or 0x72BD6E) is known color: Fern. HEX triplet: 72, BD and 6E. RGB value is (114,189,110). Sum of RGB (Red+Green+Blue) = 114+189+110=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BD6E is #8D4291. Grayscale: #9D9D9D. Windows color (decimal): -9257618 or 7257458. OLE color: 7257458.
HSL color Cylindrical-coordinate representation of color #72BD6E: hue angle of 116.96º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72BD6E is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 110 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.26 |
| HSL | 116.96º | 0.37% | 0.59% | - |
| HSV(B) | 116.96º | 0.42% | 0.74% | - |
| XYZ | 27.95 | 41.1 | 21.21 | - |
| YUV | 157.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 110 | 0.40 | 0 | 0.42 | 0.26 | 116.96 | 0.37 | 0.59 |
| Hex | 72 | BD | 6E | 28 | 0 | 2A | 1A | 75 | 25 | 3B |
| Octal | 162 | 275 | 156 | 50 | 0 | 52 | 32 | 165 | 45 | 73 |
| Binary | 1110010 | 10111101 | 1101110 | 101000 | 0 | 101010 | 11010 | 1110101 | 100101 | 111011 |
Color Harmonies of #72BD6E
Complementary color
Monochromatic Colors of #72BD6E
Black with #72BD6E
Text Example
Text Example
White with #72BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BD6E; }
p { color: rgb(114,189,110); }
H1.HeaderClassName
{
color: #72BD6E;
}
.AnyTagClassName
{
color: #72BD6E;
}
</style>
background-color css
<style>
a { background-color: #72BD6E; }
a { background-color: rgb(114,189,110); }
div.DivClassName
{
background-color: #72BD6E;
}
.BgClassName
{
background-color: #72BD6E;
}
</style>
border-color css
<style>
span { border-color: #72BD6E; }
span { border-color: rgb(114,189,110); }
td.TdClassName
{
border-color: #72BD6E;
}
.TagClassName
{
border-color: #72BD6E;
}
</style>