Shades of Fern #72AD6E
Tints of Fern #72AD6E
RGB
CMYK
RGB Variations
Color information
#72AD6E (or 0x72AD6E) is known color: Fern. HEX triplet: 72, AD and 6E. RGB value is (114,173,110). Sum of RGB (Red+Green+Blue) = 114+173+110=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD6E is #8D5291. Grayscale: #949494. Windows color (decimal): -9261714 or 7253362. OLE color: 7253362.
HSL color Cylindrical-coordinate representation of color #72AD6E: hue angle of 116.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72AD6E is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 110 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.32 |
| HSL | 116.19º | 0.28% | 0.55% | - |
| HSV(B) | 116.19º | 0.36% | 0.68% | - |
| XYZ | 24.7 | 34.59 | 20.13 | - |
| YUV | 148.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 110 | 0.34 | 0 | 0.36 | 0.32 | 116.19 | 0.28 | 0.55 |
| Hex | 72 | AD | 6E | 22 | 0 | 24 | 20 | 74 | 1C | 37 |
| Octal | 162 | 255 | 156 | 42 | 0 | 44 | 40 | 164 | 34 | 67 |
| Binary | 1110010 | 10101101 | 1101110 | 100010 | 0 | 100100 | 100000 | 1110100 | 11100 | 110111 |
Color Harmonies of #72AD6E
Complementary color
Monochromatic Colors of #72AD6E
Black with #72AD6E
Text Example
Text Example
White with #72AD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD6E; }
p { color: rgb(114,173,110); }
H1.HeaderClassName
{
color: #72AD6E;
}
.AnyTagClassName
{
color: #72AD6E;
}
</style>
background-color css
<style>
a { background-color: #72AD6E; }
a { background-color: rgb(114,173,110); }
div.DivClassName
{
background-color: #72AD6E;
}
.BgClassName
{
background-color: #72AD6E;
}
</style>
border-color css
<style>
span { border-color: #72AD6E; }
span { border-color: rgb(114,173,110); }
td.TdClassName
{
border-color: #72AD6E;
}
.TagClassName
{
border-color: #72AD6E;
}
</style>