Shades of Fern #72AD76
Tints of Fern #72AD76
RGB
CMYK
RGB Variations
Color information
#72AD76 (or 0x72AD76) is known color: Fern. HEX triplet: 72, AD and 76. RGB value is (114,173,118). Sum of RGB (Red+Green+Blue) = 114+173+118=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD76 is #8D5289. Grayscale: #959595. Windows color (decimal): -9261706 or 7777650. OLE color: 7777650.
HSL color Cylindrical-coordinate representation of color #72AD76: hue angle of 124.07º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AD76 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 118 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.32 |
| HSL | 124.07º | 0.26% | 0.56% | - |
| HSV(B) | 124.07º | 0.34% | 0.68% | - |
| XYZ | 25.15 | 34.77 | 22.53 | - |
| YUV | 149.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 118 | 0.34 | 0 | 0.32 | 0.32 | 124.07 | 0.26 | 0.56 |
| Hex | 72 | AD | 76 | 22 | 0 | 20 | 20 | 7C | 1A | 38 |
| Octal | 162 | 255 | 166 | 42 | 0 | 40 | 40 | 174 | 32 | 70 |
| Binary | 1110010 | 10101101 | 1110110 | 100010 | 0 | 100000 | 100000 | 1111100 | 11010 | 111000 |
Color Harmonies of #72AD76
Complementary color
Monochromatic Colors of #72AD76
Black with #72AD76
Text Example
Text Example
White with #72AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD76; }
p { color: rgb(114,173,118); }
H1.HeaderClassName
{
color: #72AD76;
}
.AnyTagClassName
{
color: #72AD76;
}
</style>
background-color css
<style>
a { background-color: #72AD76; }
a { background-color: rgb(114,173,118); }
div.DivClassName
{
background-color: #72AD76;
}
.BgClassName
{
background-color: #72AD76;
}
</style>
border-color css
<style>
span { border-color: #72AD76; }
span { border-color: rgb(114,173,118); }
td.TdClassName
{
border-color: #72AD76;
}
.TagClassName
{
border-color: #72AD76;
}
</style>