Shades of Fern #70B76B
Tints of Fern #70B76B
RGB
CMYK
RGB Variations
Color information
#70B76B (or 0x70B76B) is known color: Fern. HEX triplet: 70, B7 and 6B. RGB value is (112,183,107). Sum of RGB (Red+Green+Blue) = 112+183+107=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #70B76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B76B is #8F4894. Grayscale: #999999. Windows color (decimal): -9390229 or 7059312. OLE color: 7059312.
HSL color Cylindrical-coordinate representation of color #70B76B: hue angle of 116.05º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70B76B is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 107 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.28 |
| HSL | 116.05º | 0.35% | 0.57% | - |
| HSV(B) | 116.05º | 0.42% | 0.72% | - |
| XYZ | 26.27 | 38.37 | 19.93 | - |
| YUV | 153.11 | 101.98 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 107 | 0.39 | 0 | 0.42 | 0.28 | 116.05 | 0.35 | 0.57 |
| Hex | 70 | B7 | 6B | 27 | 0 | 2A | 1C | 74 | 23 | 39 |
| Octal | 160 | 267 | 153 | 47 | 0 | 52 | 34 | 164 | 43 | 71 |
| Binary | 1110000 | 10110111 | 1101011 | 100111 | 0 | 101010 | 11100 | 1110100 | 100011 | 111001 |
Color Harmonies of #70B76B
Complementary color
Monochromatic Colors of #70B76B
Black with #70B76B
Text Example
Text Example
White with #70B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B76B; }
p { color: rgb(112,183,107); }
H1.HeaderClassName
{
color: #70B76B;
}
.AnyTagClassName
{
color: #70B76B;
}
</style>
background-color css
<style>
a { background-color: #70B76B; }
a { background-color: rgb(112,183,107); }
div.DivClassName
{
background-color: #70B76B;
}
.BgClassName
{
background-color: #70B76B;
}
</style>
border-color css
<style>
span { border-color: #70B76B; }
span { border-color: rgb(112,183,107); }
td.TdClassName
{
border-color: #70B76B;
}
.TagClassName
{
border-color: #70B76B;
}
</style>