Shades of Fern #70B768
Tints of Fern #70B768
RGB
CMYK
RGB Variations
Color information
#70B768 (or 0x70B768) is known color: Fern. HEX triplet: 70, B7 and 68. RGB value is (112,183,104). Sum of RGB (Red+Green+Blue) = 112+183+104=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #70B768 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B768 is #8F4897. Grayscale: #999999. Windows color (decimal): -9390232 or 6862704. OLE color: 6862704.
HSL color Cylindrical-coordinate representation of color #70B768: hue angle of 113.92º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70B768 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 104 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.28 |
| HSL | 113.92º | 0.35% | 0.56% | - |
| HSV(B) | 113.92º | 0.43% | 0.72% | - |
| XYZ | 26.11 | 38.31 | 19.12 | - |
| YUV | 152.77 | 100.48 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 104 | 0.39 | 0 | 0.43 | 0.28 | 113.92 | 0.35 | 0.56 |
| Hex | 70 | B7 | 68 | 27 | 0 | 2B | 1C | 72 | 23 | 38 |
| Octal | 160 | 267 | 150 | 47 | 0 | 53 | 34 | 162 | 43 | 70 |
| Binary | 1110000 | 10110111 | 1101000 | 100111 | 0 | 101011 | 11100 | 1110010 | 100011 | 111000 |
Color Harmonies of #70B768
Complementary color
Monochromatic Colors of #70B768
Black with #70B768
Text Example
Text Example
White with #70B768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B768; }
p { color: rgb(112,183,104); }
H1.HeaderClassName
{
color: #70B768;
}
.AnyTagClassName
{
color: #70B768;
}
</style>
background-color css
<style>
a { background-color: #70B768; }
a { background-color: rgb(112,183,104); }
div.DivClassName
{
background-color: #70B768;
}
.BgClassName
{
background-color: #70B768;
}
</style>
border-color css
<style>
span { border-color: #70B768; }
span { border-color: rgb(112,183,104); }
td.TdClassName
{
border-color: #70B768;
}
.TagClassName
{
border-color: #70B768;
}
</style>