Shades of Fern #70AD76
Tints of Fern #70AD76
RGB
CMYK
RGB Variations
Color information
#70AD76 (or 0x70AD76) is known color: Fern. HEX triplet: 70, AD and 76. RGB value is (112,173,118). Sum of RGB (Red+Green+Blue) = 112+173+118=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AD76 is #8F5289. Grayscale: #949494. Windows color (decimal): -9392778 or 7777648. OLE color: 7777648.
HSL color Cylindrical-coordinate representation of color #70AD76: hue angle of 125.9º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AD76 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 173 | 118 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.32 |
| HSL | 125.9º | 0.27% | 0.56% | - |
| HSV(B) | 125.9º | 0.35% | 0.68% | - |
| XYZ | 24.9 | 34.64 | 22.51 | - |
| YUV | 148.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 118 | 0.35 | 0 | 0.32 | 0.32 | 125.9 | 0.27 | 0.56 |
| Hex | 70 | AD | 76 | 23 | 0 | 20 | 20 | 7E | 1B | 38 |
| Octal | 160 | 255 | 166 | 43 | 0 | 40 | 40 | 176 | 33 | 70 |
| Binary | 1110000 | 10101101 | 1110110 | 100011 | 0 | 100000 | 100000 | 1111110 | 11011 | 111000 |
Color Harmonies of #70AD76
Complementary color
Monochromatic Colors of #70AD76
Black with #70AD76
Text Example
Text Example
White with #70AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AD76; }
p { color: rgb(112,173,118); }
H1.HeaderClassName
{
color: #70AD76;
}
.AnyTagClassName
{
color: #70AD76;
}
</style>
background-color css
<style>
a { background-color: #70AD76; }
a { background-color: rgb(112,173,118); }
div.DivClassName
{
background-color: #70AD76;
}
.BgClassName
{
background-color: #70AD76;
}
</style>
border-color css
<style>
span { border-color: #70AD76; }
span { border-color: rgb(112,173,118); }
td.TdClassName
{
border-color: #70AD76;
}
.TagClassName
{
border-color: #70AD76;
}
</style>