Shades of Fern #70C768
Tints of Fern #70C768
RGB
CMYK
RGB Variations
Color information
#70C768 (or 0x70C768) is known color: Fern. HEX triplet: 70, C7 and 68. RGB value is (112,199,104). Sum of RGB (Red+Green+Blue) = 112+199+104=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 199 - color contains mainly: green. Hex color #70C768 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C768 is #8F3897. Grayscale: #A2A2A2. Windows color (decimal): -9386136 or 6866800. OLE color: 6866800.
HSL color Cylindrical-coordinate representation of color #70C768: hue angle of 114.95º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70C768 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 199 | 104 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.22 |
| HSL | 114.95º | 0.46% | 0.59% | - |
| HSV(B) | 114.95º | 0.48% | 0.78% | - |
| XYZ | 29.6 | 45.29 | 20.28 | - |
| YUV | 162.16 | 95.18 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 199 | 104 | 0.44 | 0 | 0.48 | 0.22 | 114.95 | 0.46 | 0.59 |
| Hex | 70 | C7 | 68 | 2C | 0 | 30 | 16 | 73 | 2E | 3B |
| Octal | 160 | 307 | 150 | 54 | 0 | 60 | 26 | 163 | 56 | 73 |
| Binary | 1110000 | 11000111 | 1101000 | 101100 | 0 | 110000 | 10110 | 1110011 | 101110 | 111011 |
Color Harmonies of #70C768
Complementary color
Monochromatic Colors of #70C768
Black with #70C768
Text Example
Text Example
White with #70C768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C768; }
p { color: rgb(112,199,104); }
H1.HeaderClassName
{
color: #70C768;
}
.AnyTagClassName
{
color: #70C768;
}
</style>
background-color css
<style>
a { background-color: #70C768; }
a { background-color: rgb(112,199,104); }
div.DivClassName
{
background-color: #70C768;
}
.BgClassName
{
background-color: #70C768;
}
</style>
border-color css
<style>
span { border-color: #70C768; }
span { border-color: rgb(112,199,104); }
td.TdClassName
{
border-color: #70C768;
}
.TagClassName
{
border-color: #70C768;
}
</style>