Shades of Fern #70B766
Tints of Fern #70B766
RGB
CMYK
RGB Variations
Color information
#70B766 (or 0x70B766) is known color: Fern. HEX triplet: 70, B7 and 66. RGB value is (112,183,102). Sum of RGB (Red+Green+Blue) = 112+183+102=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #70B766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B766 is #8F4899. Grayscale: #989898. Windows color (decimal): -9390234 or 6731632. OLE color: 6731632.
HSL color Cylindrical-coordinate representation of color #70B766: hue angle of 112.59º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70B766 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 102 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.28 |
| HSL | 112.59º | 0.36% | 0.56% | - |
| HSV(B) | 112.59º | 0.44% | 0.72% | - |
| XYZ | 26.01 | 38.27 | 18.59 | - |
| YUV | 152.54 | 99.48 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 102 | 0.39 | 0 | 0.44 | 0.28 | 112.59 | 0.36 | 0.56 |
| Hex | 70 | B7 | 66 | 27 | 0 | 2C | 1C | 71 | 24 | 38 |
| Octal | 160 | 267 | 146 | 47 | 0 | 54 | 34 | 161 | 44 | 70 |
| Binary | 1110000 | 10110111 | 1100110 | 100111 | 0 | 101100 | 11100 | 1110001 | 100100 | 111000 |
Color Harmonies of #70B766
Complementary color
Monochromatic Colors of #70B766
Black with #70B766
Text Example
Text Example
White with #70B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B766; }
p { color: rgb(112,183,102); }
H1.HeaderClassName
{
color: #70B766;
}
.AnyTagClassName
{
color: #70B766;
}
</style>
background-color css
<style>
a { background-color: #70B766; }
a { background-color: rgb(112,183,102); }
div.DivClassName
{
background-color: #70B766;
}
.BgClassName
{
background-color: #70B766;
}
</style>
border-color css
<style>
span { border-color: #70B766; }
span { border-color: rgb(112,183,102); }
td.TdClassName
{
border-color: #70B766;
}
.TagClassName
{
border-color: #70B766;
}
</style>