Shades of Laurel #70A36F
Tints of Laurel #70A36F
RGB
CMYK
RGB Variations
Color information
#70A36F (or 0x70A36F) is known color: Laurel. HEX triplet: 70, A3 and 6F. RGB value is (112,163,111). Sum of RGB (Red+Green+Blue) = 112+163+111=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #70A36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A36F is #8F5C90. Grayscale: #8D8D8D. Windows color (decimal): -9395345 or 7316336. OLE color: 7316336.
HSL color Cylindrical-coordinate representation of color #70A36F: hue angle of 118.85º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A36F is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 163 | 111 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.36 |
| HSL | 118.85º | 0.22% | 0.54% | - |
| HSV(B) | 118.85º | 0.32% | 0.64% | - |
| XYZ | 22.65 | 30.79 | 19.79 | - |
| YUV | 141.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 111 | 0.31 | 0 | 0.32 | 0.36 | 118.85 | 0.22 | 0.54 |
| Hex | 70 | A3 | 6F | 1F | 0 | 20 | 24 | 77 | 16 | 36 |
| Octal | 160 | 243 | 157 | 37 | 0 | 40 | 44 | 167 | 26 | 66 |
| Binary | 1110000 | 10100011 | 1101111 | 11111 | 0 | 100000 | 100100 | 1110111 | 10110 | 110110 |
Color Harmonies of #70A36F
Complementary color
Monochromatic Colors of #70A36F
Black with #70A36F
Text Example
Text Example
White with #70A36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A36F; }
p { color: rgb(112,163,111); }
H1.HeaderClassName
{
color: #70A36F;
}
.AnyTagClassName
{
color: #70A36F;
}
</style>
background-color css
<style>
a { background-color: #70A36F; }
a { background-color: rgb(112,163,111); }
div.DivClassName
{
background-color: #70A36F;
}
.BgClassName
{
background-color: #70A36F;
}
</style>
border-color css
<style>
span { border-color: #70A36F; }
span { border-color: rgb(112,163,111); }
td.TdClassName
{
border-color: #70A36F;
}
.TagClassName
{
border-color: #70A36F;
}
</style>