Shades of Fern #70B770
Tints of Fern #70B770
RGB
CMYK
RGB Variations
Color information
#70B770 (or 0x70B770) is known color: Fern. HEX triplet: 70, B7 and 70. RGB value is (112,183,112). Sum of RGB (Red+Green+Blue) = 112+183+112=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #70B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B770 is #8F488F. Grayscale: #999999. Windows color (decimal): -9390224 or 7386992. OLE color: 7386992.
HSL color Cylindrical-coordinate representation of color #70B770: hue angle of 120º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B770 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 112 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.28 |
| HSL | 120º | 0.33% | 0.58% | - |
| HSV(B) | 120º | 0.39% | 0.72% | - |
| XYZ | 26.54 | 38.48 | 21.36 | - |
| YUV | 153.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 112 | 0.39 | 0 | 0.39 | 0.28 | 120 | 0.33 | 0.58 |
| Hex | 70 | B7 | 70 | 27 | 0 | 27 | 1C | 78 | 21 | 3A |
| Octal | 160 | 267 | 160 | 47 | 0 | 47 | 34 | 170 | 41 | 72 |
| Binary | 1110000 | 10110111 | 1110000 | 100111 | 0 | 100111 | 11100 | 1111000 | 100001 | 111010 |
Color Harmonies of #70B770
Complementary color
Monochromatic Colors of #70B770
Black with #70B770
Text Example
Text Example
White with #70B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B770; }
p { color: rgb(112,183,112); }
H1.HeaderClassName
{
color: #70B770;
}
.AnyTagClassName
{
color: #70B770;
}
</style>
background-color css
<style>
a { background-color: #70B770; }
a { background-color: rgb(112,183,112); }
div.DivClassName
{
background-color: #70B770;
}
.BgClassName
{
background-color: #70B770;
}
</style>
border-color css
<style>
span { border-color: #70B770; }
span { border-color: rgb(112,183,112); }
td.TdClassName
{
border-color: #70B770;
}
.TagClassName
{
border-color: #70B770;
}
</style>