Shades of Fern #70AA74
Tints of Fern #70AA74
RGB
CMYK
RGB Variations
Color information
#70AA74 (or 0x70AA74) is known color: Fern. HEX triplet: 70, AA and 74. RGB value is (112,170,116). Sum of RGB (Red+Green+Blue) = 112+170+116=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA74 is #8F558B. Grayscale: #929292. Windows color (decimal): -9393548 or 7645808. OLE color: 7645808.
HSL color Cylindrical-coordinate representation of color #70AA74: hue angle of 124.14º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70AA74 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 170 | 116 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.33 |
| HSL | 124.14º | 0.25% | 0.55% | - |
| HSV(B) | 124.14º | 0.34% | 0.67% | - |
| XYZ | 24.21 | 33.46 | 21.7 | - |
| YUV | 146.5 | 110.78 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 116 | 0.34 | 0 | 0.32 | 0.33 | 124.14 | 0.25 | 0.55 |
| Hex | 70 | AA | 74 | 22 | 0 | 20 | 21 | 7C | 19 | 37 |
| Octal | 160 | 252 | 164 | 42 | 0 | 40 | 41 | 174 | 31 | 67 |
| Binary | 1110000 | 10101010 | 1110100 | 100010 | 0 | 100000 | 100001 | 1111100 | 11001 | 110111 |
Color Harmonies of #70AA74
Complementary color
Monochromatic Colors of #70AA74
Black with #70AA74
Text Example
Text Example
White with #70AA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AA74; }
p { color: rgb(112,170,116); }
H1.HeaderClassName
{
color: #70AA74;
}
.AnyTagClassName
{
color: #70AA74;
}
</style>
background-color css
<style>
a { background-color: #70AA74; }
a { background-color: rgb(112,170,116); }
div.DivClassName
{
background-color: #70AA74;
}
.BgClassName
{
background-color: #70AA74;
}
</style>
border-color css
<style>
span { border-color: #70AA74; }
span { border-color: rgb(112,170,116); }
td.TdClassName
{
border-color: #70AA74;
}
.TagClassName
{
border-color: #70AA74;
}
</style>