Shades of Fern #70AB6D
Tints of Fern #70AB6D
RGB
CMYK
RGB Variations
Color information
#70AB6D (or 0x70AB6D) is known color: Fern. HEX triplet: 70, AB and 6D. RGB value is (112,171,109). Sum of RGB (Red+Green+Blue) = 112+171+109=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB6D is #8F5492. Grayscale: #929292. Windows color (decimal): -9393299 or 7187312. OLE color: 7187312.
HSL color Cylindrical-coordinate representation of color #70AB6D: hue angle of 117.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AB6D is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 109 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.33 |
| HSL | 117.1º | 0.27% | 0.55% | - |
| HSV(B) | 117.1º | 0.36% | 0.67% | - |
| XYZ | 24.01 | 33.67 | 19.7 | - |
| YUV | 146.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 109 | 0.35 | 0 | 0.36 | 0.33 | 117.1 | 0.27 | 0.55 |
| Hex | 70 | AB | 6D | 23 | 0 | 24 | 21 | 75 | 1B | 37 |
| Octal | 160 | 253 | 155 | 43 | 0 | 44 | 41 | 165 | 33 | 67 |
| Binary | 1110000 | 10101011 | 1101101 | 100011 | 0 | 100100 | 100001 | 1110101 | 11011 | 110111 |
Color Harmonies of #70AB6D
Complementary color
Monochromatic Colors of #70AB6D
Black with #70AB6D
Text Example
Text Example
White with #70AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB6D; }
p { color: rgb(112,171,109); }
H1.HeaderClassName
{
color: #70AB6D;
}
.AnyTagClassName
{
color: #70AB6D;
}
</style>
background-color css
<style>
a { background-color: #70AB6D; }
a { background-color: rgb(112,171,109); }
div.DivClassName
{
background-color: #70AB6D;
}
.BgClassName
{
background-color: #70AB6D;
}
</style>
border-color css
<style>
span { border-color: #70AB6D; }
span { border-color: rgb(112,171,109); }
td.TdClassName
{
border-color: #70AB6D;
}
.TagClassName
{
border-color: #70AB6D;
}
</style>