Shades of Fern #70C070
Tints of Fern #70C070
RGB
CMYK
RGB Variations
Color information
#70C070 (or 0x70C070) is known color: Fern. HEX triplet: 70, C0 and 70. RGB value is (112,192,112). Sum of RGB (Red+Green+Blue) = 112+192+112=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #70C070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C070 is #8F3F8F. Grayscale: #9F9F9F. Windows color (decimal): -9387920 or 7389296. OLE color: 7389296.
HSL color Cylindrical-coordinate representation of color #70C070: hue angle of 120º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C070 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 112 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.25 |
| HSL | 120º | 0.39% | 0.6% | - |
| HSV(B) | 120º | 0.42% | 0.75% | - |
| XYZ | 28.46 | 42.31 | 22 | - |
| YUV | 158.96 | 101.5 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 112 | 0.42 | 0 | 0.42 | 0.25 | 120 | 0.39 | 0.6 |
| Hex | 70 | C0 | 70 | 2A | 0 | 2A | 19 | 78 | 27 | 3C |
| Octal | 160 | 300 | 160 | 52 | 0 | 52 | 31 | 170 | 47 | 74 |
| Binary | 1110000 | 11000000 | 1110000 | 101010 | 0 | 101010 | 11001 | 1111000 | 100111 | 111100 |
Color Harmonies of #70C070
Complementary color
Monochromatic Colors of #70C070
Black with #70C070
Text Example
Text Example
White with #70C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C070; }
p { color: rgb(112,192,112); }
H1.HeaderClassName
{
color: #70C070;
}
.AnyTagClassName
{
color: #70C070;
}
</style>
background-color css
<style>
a { background-color: #70C070; }
a { background-color: rgb(112,192,112); }
div.DivClassName
{
background-color: #70C070;
}
.BgClassName
{
background-color: #70C070;
}
</style>
border-color css
<style>
span { border-color: #70C070; }
span { border-color: rgb(112,192,112); }
td.TdClassName
{
border-color: #70C070;
}
.TagClassName
{
border-color: #70C070;
}
</style>