Shades of Fern #70B16A
Tints of Fern #70B16A
RGB
CMYK
RGB Variations
Color information
#70B16A (or 0x70B16A) is known color: Fern. HEX triplet: 70, B1 and 6A. RGB value is (112,177,106). Sum of RGB (Red+Green+Blue) = 112+177+106=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #70B16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B16A is #8F4E95. Grayscale: #959595. Windows color (decimal): -9391766 or 6992240. OLE color: 6992240.
HSL color Cylindrical-coordinate representation of color #70B16A: hue angle of 114.93º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70B16A is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 177 | 106 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.31 |
| HSL | 114.93º | 0.31% | 0.55% | - |
| HSV(B) | 114.93º | 0.4% | 0.69% | - |
| XYZ | 25.01 | 35.93 | 19.25 | - |
| YUV | 149.47 | 103.47 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 177 | 106 | 0.37 | 0 | 0.40 | 0.31 | 114.93 | 0.31 | 0.55 |
| Hex | 70 | B1 | 6A | 25 | 0 | 28 | 1F | 73 | 1F | 37 |
| Octal | 160 | 261 | 152 | 45 | 0 | 50 | 37 | 163 | 37 | 67 |
| Binary | 1110000 | 10110001 | 1101010 | 100101 | 0 | 101000 | 11111 | 1110011 | 11111 | 110111 |
Color Harmonies of #70B16A
Complementary color
Monochromatic Colors of #70B16A
Black with #70B16A
Text Example
Text Example
White with #70B16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B16A; }
p { color: rgb(112,177,106); }
H1.HeaderClassName
{
color: #70B16A;
}
.AnyTagClassName
{
color: #70B16A;
}
</style>
background-color css
<style>
a { background-color: #70B16A; }
a { background-color: rgb(112,177,106); }
div.DivClassName
{
background-color: #70B16A;
}
.BgClassName
{
background-color: #70B16A;
}
</style>
border-color css
<style>
span { border-color: #70B16A; }
span { border-color: rgb(112,177,106); }
td.TdClassName
{
border-color: #70B16A;
}
.TagClassName
{
border-color: #70B16A;
}
</style>