Shades of Fern #72B871
Tints of Fern #72B871
RGB
CMYK
RGB Variations
Color information
#72B871 (or 0x72B871) is known color: Fern. HEX triplet: 72, B8 and 71. RGB value is (114,184,113). Sum of RGB (Red+Green+Blue) = 114+184+113=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 184 - color contains mainly: green. Hex color #72B871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B871 is #8D478E. Grayscale: #9B9B9B. Windows color (decimal): -9258895 or 7452786. OLE color: 7452786.
HSL color Cylindrical-coordinate representation of color #72B871: hue angle of 119.15º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72B871 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 184 | 113 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.28 |
| HSL | 119.15º | 0.33% | 0.58% | - |
| HSV(B) | 119.15º | 0.39% | 0.72% | - |
| XYZ | 27.06 | 39.05 | 21.73 | - |
| YUV | 154.98 | 104.31 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 184 | 113 | 0.38 | 0 | 0.39 | 0.28 | 119.15 | 0.33 | 0.58 |
| Hex | 72 | B8 | 71 | 26 | 0 | 27 | 1C | 77 | 21 | 3A |
| Octal | 162 | 270 | 161 | 46 | 0 | 47 | 34 | 167 | 41 | 72 |
| Binary | 1110010 | 10111000 | 1110001 | 100110 | 0 | 100111 | 11100 | 1110111 | 100001 | 111010 |
Color Harmonies of #72B871
Complementary color
Monochromatic Colors of #72B871
Black with #72B871
Text Example
Text Example
White with #72B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B871; }
p { color: rgb(114,184,113); }
H1.HeaderClassName
{
color: #72B871;
}
.AnyTagClassName
{
color: #72B871;
}
</style>
background-color css
<style>
a { background-color: #72B871; }
a { background-color: rgb(114,184,113); }
div.DivClassName
{
background-color: #72B871;
}
.BgClassName
{
background-color: #72B871;
}
</style>
border-color css
<style>
span { border-color: #72B871; }
span { border-color: rgb(114,184,113); }
td.TdClassName
{
border-color: #72B871;
}
.TagClassName
{
border-color: #72B871;
}
</style>