Shades of Fern #70AD72
Tints of Fern #70AD72
RGB
CMYK
RGB Variations
Color information
#70AD72 (or 0x70AD72) is known color: Fern. HEX triplet: 70, AD and 72. RGB value is (112,173,114). Sum of RGB (Red+Green+Blue) = 112+173+114=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AD72 is #8F528D. Grayscale: #949494. Windows color (decimal): -9392782 or 7515504. OLE color: 7515504.
HSL color Cylindrical-coordinate representation of color #70AD72: hue angle of 121.97º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AD72 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 173 | 114 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.32 |
| HSL | 121.97º | 0.27% | 0.56% | - |
| HSV(B) | 121.97º | 0.35% | 0.68% | - |
| XYZ | 24.66 | 34.55 | 21.29 | - |
| YUV | 148.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 114 | 0.35 | 0 | 0.34 | 0.32 | 121.97 | 0.27 | 0.56 |
| Hex | 70 | AD | 72 | 23 | 0 | 22 | 20 | 7A | 1B | 38 |
| Octal | 160 | 255 | 162 | 43 | 0 | 42 | 40 | 172 | 33 | 70 |
| Binary | 1110000 | 10101101 | 1110010 | 100011 | 0 | 100010 | 100000 | 1111010 | 11011 | 111000 |
Color Harmonies of #70AD72
Complementary color
Monochromatic Colors of #70AD72
Black with #70AD72
Text Example
Text Example
White with #70AD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AD72; }
p { color: rgb(112,173,114); }
H1.HeaderClassName
{
color: #70AD72;
}
.AnyTagClassName
{
color: #70AD72;
}
</style>
background-color css
<style>
a { background-color: #70AD72; }
a { background-color: rgb(112,173,114); }
div.DivClassName
{
background-color: #70AD72;
}
.BgClassName
{
background-color: #70AD72;
}
</style>
border-color css
<style>
span { border-color: #70AD72; }
span { border-color: rgb(112,173,114); }
td.TdClassName
{
border-color: #70AD72;
}
.TagClassName
{
border-color: #70AD72;
}
</style>