Shades of Fern #72B977
Tints of Fern #72B977
RGB
CMYK
RGB Variations
Color information
#72B977 (or 0x72B977) is known color: Fern. HEX triplet: 72, B9 and 77. RGB value is (114,185,119). Sum of RGB (Red+Green+Blue) = 114+185+119=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #72B977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B977 is #8D4688. Grayscale: #9C9C9C. Windows color (decimal): -9258633 or 7846258. OLE color: 7846258.
HSL color Cylindrical-coordinate representation of color #72B977: hue angle of 124.23º 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 #72B977 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 185 | 119 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.27 |
| HSL | 124.23º | 0.34% | 0.59% | - |
| HSV(B) | 124.23º | 0.38% | 0.73% | - |
| XYZ | 27.62 | 39.61 | 23.64 | - |
| YUV | 156.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 185 | 119 | 0.38 | 0 | 0.36 | 0.27 | 124.23 | 0.34 | 0.59 |
| Hex | 72 | B9 | 77 | 26 | 0 | 24 | 1B | 7C | 22 | 3B |
| Octal | 162 | 271 | 167 | 46 | 0 | 44 | 33 | 174 | 42 | 73 |
| Binary | 1110010 | 10111001 | 1110111 | 100110 | 0 | 100100 | 11011 | 1111100 | 100010 | 111011 |
Color Harmonies of #72B977
Complementary color
Monochromatic Colors of #72B977
Black with #72B977
Text Example
Text Example
White with #72B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B977; }
p { color: rgb(114,185,119); }
H1.HeaderClassName
{
color: #72B977;
}
.AnyTagClassName
{
color: #72B977;
}
</style>
background-color css
<style>
a { background-color: #72B977; }
a { background-color: rgb(114,185,119); }
div.DivClassName
{
background-color: #72B977;
}
.BgClassName
{
background-color: #72B977;
}
</style>
border-color css
<style>
span { border-color: #72B977; }
span { border-color: rgb(114,185,119); }
td.TdClassName
{
border-color: #72B977;
}
.TagClassName
{
border-color: #72B977;
}
</style>