Shades of Fern #70A970
Tints of Fern #70A970
RGB
CMYK
RGB Variations
Color information
#70A970 (or 0x70A970) is known color: Fern. HEX triplet: 70, A9 and 70. RGB value is (112,169,112). Sum of RGB (Red+Green+Blue) = 112+169+112=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 169 - color contains mainly: green. Hex color #70A970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A970 is #8F568F. Grayscale: #919191. Windows color (decimal): -9393808 or 7383408. OLE color: 7383408.
HSL color Cylindrical-coordinate representation of color #70A970: hue angle of 120º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A970 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 169 | 112 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.34 |
| HSL | 120º | 0.25% | 0.55% | - |
| HSV(B) | 120º | 0.34% | 0.66% | - |
| XYZ | 23.79 | 32.99 | 20.44 | - |
| YUV | 145.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 169 | 112 | 0.34 | 0 | 0.34 | 0.34 | 120 | 0.25 | 0.55 |
| Hex | 70 | A9 | 70 | 22 | 0 | 22 | 22 | 78 | 19 | 37 |
| Octal | 160 | 251 | 160 | 42 | 0 | 42 | 42 | 170 | 31 | 67 |
| Binary | 1110000 | 10101001 | 1110000 | 100010 | 0 | 100010 | 100010 | 1111000 | 11001 | 110111 |
Color Harmonies of #70A970
Complementary color
Monochromatic Colors of #70A970
Black with #70A970
Text Example
Text Example
White with #70A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A970; }
p { color: rgb(112,169,112); }
H1.HeaderClassName
{
color: #70A970;
}
.AnyTagClassName
{
color: #70A970;
}
</style>
background-color css
<style>
a { background-color: #70A970; }
a { background-color: rgb(112,169,112); }
div.DivClassName
{
background-color: #70A970;
}
.BgClassName
{
background-color: #70A970;
}
</style>
border-color css
<style>
span { border-color: #70A970; }
span { border-color: rgb(112,169,112); }
td.TdClassName
{
border-color: #70A970;
}
.TagClassName
{
border-color: #70A970;
}
</style>