Shades of Fern #72BA76
Tints of Fern #72BA76
RGB
CMYK
RGB Variations
Color information
#72BA76 (or 0x72BA76) is known color: Fern. HEX triplet: 72, BA and 76. RGB value is (114,186,118). Sum of RGB (Red+Green+Blue) = 114+186+118=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA76 is #8D4589. Grayscale: #9C9C9C. Windows color (decimal): -9258378 or 7780978. OLE color: 7780978.
HSL color Cylindrical-coordinate representation of color #72BA76: hue angle of 123.33º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BA76 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 118 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.27 |
| HSL | 123.33º | 0.34% | 0.59% | - |
| HSV(B) | 123.33º | 0.39% | 0.73% | - |
| XYZ | 27.77 | 40 | 23.4 | - |
| YUV | 156.72 | 106.15 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 118 | 0.39 | 0 | 0.37 | 0.27 | 123.33 | 0.34 | 0.59 |
| Hex | 72 | BA | 76 | 27 | 0 | 25 | 1B | 7B | 22 | 3B |
| Octal | 162 | 272 | 166 | 47 | 0 | 45 | 33 | 173 | 42 | 73 |
| Binary | 1110010 | 10111010 | 1110110 | 100111 | 0 | 100101 | 11011 | 1111011 | 100010 | 111011 |
Color Harmonies of #72BA76
Complementary color
Monochromatic Colors of #72BA76
Black with #72BA76
Text Example
Text Example
White with #72BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA76; }
p { color: rgb(114,186,118); }
H1.HeaderClassName
{
color: #72BA76;
}
.AnyTagClassName
{
color: #72BA76;
}
</style>
background-color css
<style>
a { background-color: #72BA76; }
a { background-color: rgb(114,186,118); }
div.DivClassName
{
background-color: #72BA76;
}
.BgClassName
{
background-color: #72BA76;
}
</style>
border-color css
<style>
span { border-color: #72BA76; }
span { border-color: rgb(114,186,118); }
td.TdClassName
{
border-color: #72BA76;
}
.TagClassName
{
border-color: #72BA76;
}
</style>