Shades of Fern #72B879
Tints of Fern #72B879
RGB
CMYK
RGB Variations
Color information
#72B879 (or 0x72B879) is known color: Fern. HEX triplet: 72, B8 and 79. RGB value is (114,184,121). Sum of RGB (Red+Green+Blue) = 114+184+121=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 184 - color contains mainly: green. Hex color #72B879 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B879 is #8D4786. Grayscale: #9C9C9C. Windows color (decimal): -9258887 or 7977074. OLE color: 7977074.
HSL color Cylindrical-coordinate representation of color #72B879: hue angle of 126º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B879 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 184 | 121 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.28 |
| HSL | 126º | 0.33% | 0.58% | - |
| HSV(B) | 126º | 0.38% | 0.72% | - |
| XYZ | 27.53 | 39.24 | 24.21 | - |
| YUV | 155.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 184 | 121 | 0.38 | 0 | 0.34 | 0.28 | 126 | 0.33 | 0.58 |
| Hex | 72 | B8 | 79 | 26 | 0 | 22 | 1C | 7E | 21 | 3A |
| Octal | 162 | 270 | 171 | 46 | 0 | 42 | 34 | 176 | 41 | 72 |
| Binary | 1110010 | 10111000 | 1111001 | 100110 | 0 | 100010 | 11100 | 1111110 | 100001 | 111010 |
Color Harmonies of #72B879
Complementary color
Monochromatic Colors of #72B879
Black with #72B879
Text Example
Text Example
White with #72B879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B879; }
p { color: rgb(114,184,121); }
H1.HeaderClassName
{
color: #72B879;
}
.AnyTagClassName
{
color: #72B879;
}
</style>
background-color css
<style>
a { background-color: #72B879; }
a { background-color: rgb(114,184,121); }
div.DivClassName
{
background-color: #72B879;
}
.BgClassName
{
background-color: #72B879;
}
</style>
border-color css
<style>
span { border-color: #72B879; }
span { border-color: rgb(114,184,121); }
td.TdClassName
{
border-color: #72B879;
}
.TagClassName
{
border-color: #72B879;
}
</style>