Shades of Fern #70AC6B
Tints of Fern #70AC6B
RGB
CMYK
RGB Variations
Color information
#70AC6B (or 0x70AC6B) is known color: Fern. HEX triplet: 70, AC and 6B. RGB value is (112,172,107). Sum of RGB (Red+Green+Blue) = 112+172+107=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC6B is #8F5394. Grayscale: #929292. Windows color (decimal): -9393045 or 7056496. OLE color: 7056496.
HSL color Cylindrical-coordinate representation of color #70AC6B: hue angle of 115.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70AC6B is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 107 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.33 |
| HSL | 115.38º | 0.28% | 0.55% | - |
| HSV(B) | 115.38º | 0.38% | 0.67% | - |
| XYZ | 24.09 | 34.01 | 19.21 | - |
| YUV | 146.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 107 | 0.35 | 0 | 0.38 | 0.33 | 115.38 | 0.28 | 0.55 |
| Hex | 70 | AC | 6B | 23 | 0 | 26 | 21 | 73 | 1C | 37 |
| Octal | 160 | 254 | 153 | 43 | 0 | 46 | 41 | 163 | 34 | 67 |
| Binary | 1110000 | 10101100 | 1101011 | 100011 | 0 | 100110 | 100001 | 1110011 | 11100 | 110111 |
Color Harmonies of #70AC6B
Complementary color
Monochromatic Colors of #70AC6B
Black with #70AC6B
Text Example
Text Example
White with #70AC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AC6B; }
p { color: rgb(112,172,107); }
H1.HeaderClassName
{
color: #70AC6B;
}
.AnyTagClassName
{
color: #70AC6B;
}
</style>
background-color css
<style>
a { background-color: #70AC6B; }
a { background-color: rgb(112,172,107); }
div.DivClassName
{
background-color: #70AC6B;
}
.BgClassName
{
background-color: #70AC6B;
}
</style>
border-color css
<style>
span { border-color: #70AC6B; }
span { border-color: rgb(112,172,107); }
td.TdClassName
{
border-color: #70AC6B;
}
.TagClassName
{
border-color: #70AC6B;
}
</style>