Shades of Fern #70B468
Tints of Fern #70B468
RGB
CMYK
RGB Variations
Color information
#70B468 (or 0x70B468) is known color: Fern. HEX triplet: 70, B4 and 68. RGB value is (112,180,104). Sum of RGB (Red+Green+Blue) = 112+180+104=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #70B468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B468 is #8F4B97. Grayscale: #979797. Windows color (decimal): -9391000 or 6861936. OLE color: 6861936.
HSL color Cylindrical-coordinate representation of color #70B468: hue angle of 113.68º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70B468 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 104 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.29 |
| HSL | 113.68º | 0.34% | 0.56% | - |
| HSV(B) | 113.68º | 0.42% | 0.71% | - |
| XYZ | 25.5 | 37.09 | 18.91 | - |
| YUV | 151 | 101.47 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 104 | 0.38 | 0 | 0.42 | 0.29 | 113.68 | 0.34 | 0.56 |
| Hex | 70 | B4 | 68 | 26 | 0 | 2A | 1D | 72 | 22 | 38 |
| Octal | 160 | 264 | 150 | 46 | 0 | 52 | 35 | 162 | 42 | 70 |
| Binary | 1110000 | 10110100 | 1101000 | 100110 | 0 | 101010 | 11101 | 1110010 | 100010 | 111000 |
Color Harmonies of #70B468
Complementary color
Monochromatic Colors of #70B468
Black with #70B468
Text Example
Text Example
White with #70B468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B468; }
p { color: rgb(112,180,104); }
H1.HeaderClassName
{
color: #70B468;
}
.AnyTagClassName
{
color: #70B468;
}
</style>
background-color css
<style>
a { background-color: #70B468; }
a { background-color: rgb(112,180,104); }
div.DivClassName
{
background-color: #70B468;
}
.BgClassName
{
background-color: #70B468;
}
</style>
border-color css
<style>
span { border-color: #70B468; }
span { border-color: rgb(112,180,104); }
td.TdClassName
{
border-color: #70B468;
}
.TagClassName
{
border-color: #70B468;
}
</style>