Shades of Fern #70B36C
Tints of Fern #70B36C
RGB
CMYK
RGB Variations
Color information
#70B36C (or 0x70B36C) is known color: Fern. HEX triplet: 70, B3 and 6C. RGB value is (112,179,108). Sum of RGB (Red+Green+Blue) = 112+179+108=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #70B36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B36C is #8F4C93. Grayscale: #979797. Windows color (decimal): -9391252 or 7123824. OLE color: 7123824.
HSL color Cylindrical-coordinate representation of color #70B36C: hue angle of 116.62º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70B36C is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 108 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.30 |
| HSL | 116.62º | 0.32% | 0.56% | - |
| HSV(B) | 116.62º | 0.4% | 0.7% | - |
| XYZ | 25.51 | 36.77 | 19.94 | - |
| YUV | 150.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 108 | 0.37 | 0 | 0.40 | 0.30 | 116.62 | 0.32 | 0.56 |
| Hex | 70 | B3 | 6C | 25 | 0 | 28 | 1E | 75 | 20 | 38 |
| Octal | 160 | 263 | 154 | 45 | 0 | 50 | 36 | 165 | 40 | 70 |
| Binary | 1110000 | 10110011 | 1101100 | 100101 | 0 | 101000 | 11110 | 1110101 | 100000 | 111000 |
Color Harmonies of #70B36C
Complementary color
Monochromatic Colors of #70B36C
Black with #70B36C
Text Example
Text Example
White with #70B36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B36C; }
p { color: rgb(112,179,108); }
H1.HeaderClassName
{
color: #70B36C;
}
.AnyTagClassName
{
color: #70B36C;
}
</style>
background-color css
<style>
a { background-color: #70B36C; }
a { background-color: rgb(112,179,108); }
div.DivClassName
{
background-color: #70B36C;
}
.BgClassName
{
background-color: #70B36C;
}
</style>
border-color css
<style>
span { border-color: #70B36C; }
span { border-color: rgb(112,179,108); }
td.TdClassName
{
border-color: #70B36C;
}
.TagClassName
{
border-color: #70B36C;
}
</style>