Shades of Fern #70AC77
Tints of Fern #70AC77
RGB
CMYK
RGB Variations
Color information
#70AC77 (or 0x70AC77) is known color: Fern. HEX triplet: 70, AC and 77. RGB value is (112,172,119). Sum of RGB (Red+Green+Blue) = 112+172+119=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC77 is #8F5388. Grayscale: #949494. Windows color (decimal): -9393033 or 7842928. OLE color: 7842928.
HSL color Cylindrical-coordinate representation of color #70AC77: hue angle of 127º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AC77 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 119 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.33 |
| HSL | 127º | 0.27% | 0.56% | - |
| HSV(B) | 127º | 0.35% | 0.67% | - |
| XYZ | 24.76 | 34.28 | 22.76 | - |
| YUV | 148.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 119 | 0.35 | 0 | 0.31 | 0.33 | 127 | 0.27 | 0.56 |
| Hex | 70 | AC | 77 | 23 | 0 | 1F | 21 | 7F | 1B | 38 |
| Octal | 160 | 254 | 167 | 43 | 0 | 37 | 41 | 177 | 33 | 70 |
| Binary | 1110000 | 10101100 | 1110111 | 100011 | 0 | 11111 | 100001 | 1111111 | 11011 | 111000 |
Color Harmonies of #70AC77
Complementary color
Monochromatic Colors of #70AC77
Black with #70AC77
Text Example
Text Example
White with #70AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AC77; }
p { color: rgb(112,172,119); }
H1.HeaderClassName
{
color: #70AC77;
}
.AnyTagClassName
{
color: #70AC77;
}
</style>
background-color css
<style>
a { background-color: #70AC77; }
a { background-color: rgb(112,172,119); }
div.DivClassName
{
background-color: #70AC77;
}
.BgClassName
{
background-color: #70AC77;
}
</style>
border-color css
<style>
span { border-color: #70AC77; }
span { border-color: rgb(112,172,119); }
td.TdClassName
{
border-color: #70AC77;
}
.TagClassName
{
border-color: #70AC77;
}
</style>