Shades of Fern #72AD6F
Tints of Fern #72AD6F
RGB
CMYK
RGB Variations
Color information
#72AD6F (or 0x72AD6F) is known color: Fern. HEX triplet: 72, AD and 6F. RGB value is (114,173,111). Sum of RGB (Red+Green+Blue) = 114+173+111=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD6F is #8D5290. Grayscale: #949494. Windows color (decimal): -9261713 or 7318898. OLE color: 7318898.
HSL color Cylindrical-coordinate representation of color #72AD6F: hue angle of 117.1º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72AD6F is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 111 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.32 |
| HSL | 117.1º | 0.27% | 0.56% | - |
| HSV(B) | 117.1º | 0.36% | 0.68% | - |
| XYZ | 24.75 | 34.61 | 20.42 | - |
| YUV | 148.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 111 | 0.34 | 0 | 0.36 | 0.32 | 117.1 | 0.27 | 0.56 |
| Hex | 72 | AD | 6F | 22 | 0 | 24 | 20 | 75 | 1B | 38 |
| Octal | 162 | 255 | 157 | 42 | 0 | 44 | 40 | 165 | 33 | 70 |
| Binary | 1110010 | 10101101 | 1101111 | 100010 | 0 | 100100 | 100000 | 1110101 | 11011 | 111000 |
Color Harmonies of #72AD6F
Complementary color
Monochromatic Colors of #72AD6F
Black with #72AD6F
Text Example
Text Example
White with #72AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD6F; }
p { color: rgb(114,173,111); }
H1.HeaderClassName
{
color: #72AD6F;
}
.AnyTagClassName
{
color: #72AD6F;
}
</style>
background-color css
<style>
a { background-color: #72AD6F; }
a { background-color: rgb(114,173,111); }
div.DivClassName
{
background-color: #72AD6F;
}
.BgClassName
{
background-color: #72AD6F;
}
</style>
border-color css
<style>
span { border-color: #72AD6F; }
span { border-color: rgb(114,173,111); }
td.TdClassName
{
border-color: #72AD6F;
}
.TagClassName
{
border-color: #72AD6F;
}
</style>