Shades of Fern #70B566
Tints of Fern #70B566
RGB
CMYK
RGB Variations
Color information
#70B566 (or 0x70B566) is known color: Fern. HEX triplet: 70, B5 and 66. RGB value is (112,181,102). Sum of RGB (Red+Green+Blue) = 112+181+102=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #70B566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B566 is #8F4A99. Grayscale: #979797. Windows color (decimal): -9390746 or 6731120. OLE color: 6731120.
HSL color Cylindrical-coordinate representation of color #70B566: hue angle of 112.41º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70B566 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 102 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.29 |
| HSL | 112.41º | 0.35% | 0.55% | - |
| HSV(B) | 112.41º | 0.44% | 0.71% | - |
| XYZ | 25.6 | 37.45 | 18.45 | - |
| YUV | 151.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 102 | 0.38 | 0 | 0.44 | 0.29 | 112.41 | 0.35 | 0.55 |
| Hex | 70 | B5 | 66 | 26 | 0 | 2C | 1D | 70 | 23 | 37 |
| Octal | 160 | 265 | 146 | 46 | 0 | 54 | 35 | 160 | 43 | 67 |
| Binary | 1110000 | 10110101 | 1100110 | 100110 | 0 | 101100 | 11101 | 1110000 | 100011 | 110111 |
Color Harmonies of #70B566
Complementary color
Monochromatic Colors of #70B566
Black with #70B566
Text Example
Text Example
White with #70B566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B566; }
p { color: rgb(112,181,102); }
H1.HeaderClassName
{
color: #70B566;
}
.AnyTagClassName
{
color: #70B566;
}
</style>
background-color css
<style>
a { background-color: #70B566; }
a { background-color: rgb(112,181,102); }
div.DivClassName
{
background-color: #70B566;
}
.BgClassName
{
background-color: #70B566;
}
</style>
border-color css
<style>
span { border-color: #70B566; }
span { border-color: rgb(112,181,102); }
td.TdClassName
{
border-color: #70B566;
}
.TagClassName
{
border-color: #70B566;
}
</style>