Shades of Fern #70C067
Tints of Fern #70C067
RGB
CMYK
RGB Variations
Color information
#70C067 (or 0x70C067) is known color: Fern. HEX triplet: 70, C0 and 67. RGB value is (112,192,103). Sum of RGB (Red+Green+Blue) = 112+192+103=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #70C067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C067 is #8F3F98. Grayscale: #9E9E9E. Windows color (decimal): -9387929 or 6799472. OLE color: 6799472.
HSL color Cylindrical-coordinate representation of color #70C067: hue angle of 113.93º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70C067 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 103 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.25 |
| HSL | 113.93º | 0.41% | 0.58% | - |
| HSV(B) | 113.93º | 0.46% | 0.75% | - |
| XYZ | 27.98 | 42.12 | 19.49 | - |
| YUV | 157.93 | 97 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 103 | 0.42 | 0 | 0.46 | 0.25 | 113.93 | 0.41 | 0.58 |
| Hex | 70 | C0 | 67 | 2A | 0 | 2E | 19 | 72 | 29 | 3A |
| Octal | 160 | 300 | 147 | 52 | 0 | 56 | 31 | 162 | 51 | 72 |
| Binary | 1110000 | 11000000 | 1100111 | 101010 | 0 | 101110 | 11001 | 1110010 | 101001 | 111010 |
Color Harmonies of #70C067
Complementary color
Monochromatic Colors of #70C067
Black with #70C067
Text Example
Text Example
White with #70C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C067; }
p { color: rgb(112,192,103); }
H1.HeaderClassName
{
color: #70C067;
}
.AnyTagClassName
{
color: #70C067;
}
</style>
background-color css
<style>
a { background-color: #70C067; }
a { background-color: rgb(112,192,103); }
div.DivClassName
{
background-color: #70C067;
}
.BgClassName
{
background-color: #70C067;
}
</style>
border-color css
<style>
span { border-color: #70C067; }
span { border-color: rgb(112,192,103); }
td.TdClassName
{
border-color: #70C067;
}
.TagClassName
{
border-color: #70C067;
}
</style>