Shades of Fern #70A770
Tints of Fern #70A770
RGB
CMYK
RGB Variations
Color information
#70A770 (or 0x70A770) is known color: Fern. HEX triplet: 70, A7 and 70. RGB value is (112,167,112). Sum of RGB (Red+Green+Blue) = 112+167+112=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 167 - color contains mainly: green. Hex color #70A770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A770 is #8F588F. Grayscale: #909090. Windows color (decimal): -9394320 or 7382896. OLE color: 7382896.
HSL color Cylindrical-coordinate representation of color #70A770: hue angle of 120º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A770 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 167 | 112 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.35 |
| HSL | 120º | 0.24% | 0.55% | - |
| HSV(B) | 120º | 0.33% | 0.65% | - |
| XYZ | 23.43 | 32.25 | 20.32 | - |
| YUV | 144.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 167 | 112 | 0.33 | 0 | 0.33 | 0.35 | 120 | 0.24 | 0.55 |
| Hex | 70 | A7 | 70 | 21 | 0 | 21 | 23 | 78 | 18 | 37 |
| Octal | 160 | 247 | 160 | 41 | 0 | 41 | 43 | 170 | 30 | 67 |
| Binary | 1110000 | 10100111 | 1110000 | 100001 | 0 | 100001 | 100011 | 1111000 | 11000 | 110111 |
Color Harmonies of #70A770
Complementary color
Monochromatic Colors of #70A770
Black with #70A770
Text Example
Text Example
White with #70A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A770; }
p { color: rgb(112,167,112); }
H1.HeaderClassName
{
color: #70A770;
}
.AnyTagClassName
{
color: #70A770;
}
</style>
background-color css
<style>
a { background-color: #70A770; }
a { background-color: rgb(112,167,112); }
div.DivClassName
{
background-color: #70A770;
}
.BgClassName
{
background-color: #70A770;
}
</style>
border-color css
<style>
span { border-color: #70A770; }
span { border-color: rgb(112,167,112); }
td.TdClassName
{
border-color: #70A770;
}
.TagClassName
{
border-color: #70A770;
}
</style>