Shades of Fern #70B26B
Tints of Fern #70B26B
RGB
CMYK
RGB Variations
Color information
#70B26B (or 0x70B26B) is known color: Fern. HEX triplet: 70, B2 and 6B. RGB value is (112,178,107). Sum of RGB (Red+Green+Blue) = 112+178+107=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #70B26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B26B is #8F4D94. Grayscale: #969696. Windows color (decimal): -9391509 or 7058032. OLE color: 7058032.
HSL color Cylindrical-coordinate representation of color #70B26B: hue angle of 115.77º 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 #70B26B is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 178 | 107 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.30 |
| HSL | 115.77º | 0.32% | 0.56% | - |
| HSV(B) | 115.77º | 0.4% | 0.7% | - |
| XYZ | 25.26 | 36.35 | 19.59 | - |
| YUV | 150.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 178 | 107 | 0.37 | 0 | 0.40 | 0.30 | 115.77 | 0.32 | 0.56 |
| Hex | 70 | B2 | 6B | 25 | 0 | 28 | 1E | 74 | 20 | 38 |
| Octal | 160 | 262 | 153 | 45 | 0 | 50 | 36 | 164 | 40 | 70 |
| Binary | 1110000 | 10110010 | 1101011 | 100101 | 0 | 101000 | 11110 | 1110100 | 100000 | 111000 |
Color Harmonies of #70B26B
Complementary color
Monochromatic Colors of #70B26B
Black with #70B26B
Text Example
Text Example
White with #70B26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B26B; }
p { color: rgb(112,178,107); }
H1.HeaderClassName
{
color: #70B26B;
}
.AnyTagClassName
{
color: #70B26B;
}
</style>
background-color css
<style>
a { background-color: #70B26B; }
a { background-color: rgb(112,178,107); }
div.DivClassName
{
background-color: #70B26B;
}
.BgClassName
{
background-color: #70B26B;
}
</style>
border-color css
<style>
span { border-color: #70B26B; }
span { border-color: rgb(112,178,107); }
td.TdClassName
{
border-color: #70B26B;
}
.TagClassName
{
border-color: #70B26B;
}
</style>