Shades of Fern #70A670
Tints of Fern #70A670
RGB
CMYK
RGB Variations
Color information
#70A670 (or 0x70A670) is known color: Fern. HEX triplet: 70, A6 and 70. RGB value is (112,166,112). Sum of RGB (Red+Green+Blue) = 112+166+112=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 166 - color contains mainly: green. Hex color #70A670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A670 is #8F598F. Grayscale: #8F8F8F. Windows color (decimal): -9394576 or 7382640. OLE color: 7382640.
HSL color Cylindrical-coordinate representation of color #70A670: hue angle of 120º degrees, saturation: 0.23, 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 #70A670 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 166 | 112 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.35 |
| HSL | 120º | 0.23% | 0.55% | - |
| HSV(B) | 120º | 0.33% | 0.65% | - |
| XYZ | 23.24 | 31.89 | 20.26 | - |
| YUV | 143.7 | 110.11 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 112 | 0.33 | 0 | 0.33 | 0.35 | 120 | 0.23 | 0.55 |
| Hex | 70 | A6 | 70 | 21 | 0 | 21 | 23 | 78 | 17 | 37 |
| Octal | 160 | 246 | 160 | 41 | 0 | 41 | 43 | 170 | 27 | 67 |
| Binary | 1110000 | 10100110 | 1110000 | 100001 | 0 | 100001 | 100011 | 1111000 | 10111 | 110111 |
Color Harmonies of #70A670
Complementary color
Monochromatic Colors of #70A670
Black with #70A670
Text Example
Text Example
White with #70A670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A670; }
p { color: rgb(112,166,112); }
H1.HeaderClassName
{
color: #70A670;
}
.AnyTagClassName
{
color: #70A670;
}
</style>
background-color css
<style>
a { background-color: #70A670; }
a { background-color: rgb(112,166,112); }
div.DivClassName
{
background-color: #70A670;
}
.BgClassName
{
background-color: #70A670;
}
</style>
border-color css
<style>
span { border-color: #70A670; }
span { border-color: rgb(112,166,112); }
td.TdClassName
{
border-color: #70A670;
}
.TagClassName
{
border-color: #70A670;
}
</style>