Shades of Fern #72B978
Tints of Fern #72B978
RGB
CMYK
RGB Variations
Color information
#72B978 (or 0x72B978) is known color: Fern. HEX triplet: 72, B9 and 78. RGB value is (114,185,120). Sum of RGB (Red+Green+Blue) = 114+185+120=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #72B978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B978 is #8D4687. Grayscale: #9C9C9C. Windows color (decimal): -9258632 or 7911794. OLE color: 7911794.
HSL color Cylindrical-coordinate representation of color #72B978: hue angle of 125.07º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B978 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 185 | 120 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.27 |
| HSL | 125.07º | 0.34% | 0.59% | - |
| HSV(B) | 125.07º | 0.38% | 0.73% | - |
| XYZ | 27.68 | 39.63 | 23.96 | - |
| YUV | 156.36 | 107.48 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 185 | 120 | 0.38 | 0 | 0.35 | 0.27 | 125.07 | 0.34 | 0.59 |
| Hex | 72 | B9 | 78 | 26 | 0 | 23 | 1B | 7D | 22 | 3B |
| Octal | 162 | 271 | 170 | 46 | 0 | 43 | 33 | 175 | 42 | 73 |
| Binary | 1110010 | 10111001 | 1111000 | 100110 | 0 | 100011 | 11011 | 1111101 | 100010 | 111011 |
Color Harmonies of #72B978
Complementary color
Monochromatic Colors of #72B978
Black with #72B978
Text Example
Text Example
White with #72B978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B978; }
p { color: rgb(114,185,120); }
H1.HeaderClassName
{
color: #72B978;
}
.AnyTagClassName
{
color: #72B978;
}
</style>
background-color css
<style>
a { background-color: #72B978; }
a { background-color: rgb(114,185,120); }
div.DivClassName
{
background-color: #72B978;
}
.BgClassName
{
background-color: #72B978;
}
</style>
border-color css
<style>
span { border-color: #72B978; }
span { border-color: rgb(114,185,120); }
td.TdClassName
{
border-color: #72B978;
}
.TagClassName
{
border-color: #72B978;
}
</style>