Shades of Laurel #70A370
Tints of Laurel #70A370
RGB
CMYK
RGB Variations
Color information
#70A370 (or 0x70A370) is known color: Laurel. HEX triplet: 70, A3 and 70. RGB value is (112,163,112). Sum of RGB (Red+Green+Blue) = 112+163+112=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #70A370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A370 is #8F5C8F. Grayscale: #8E8E8E. Windows color (decimal): -9395344 or 7381872. OLE color: 7381872.
HSL color Cylindrical-coordinate representation of color #70A370: hue angle of 120º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A370 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 163 | 112 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.36 |
| HSL | 120º | 0.22% | 0.54% | - |
| HSV(B) | 120º | 0.31% | 0.64% | - |
| XYZ | 22.7 | 30.81 | 20.08 | - |
| YUV | 141.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 112 | 0.31 | 0 | 0.31 | 0.36 | 120 | 0.22 | 0.54 |
| Hex | 70 | A3 | 70 | 1F | 0 | 1F | 24 | 78 | 16 | 36 |
| Octal | 160 | 243 | 160 | 37 | 0 | 37 | 44 | 170 | 26 | 66 |
| Binary | 1110000 | 10100011 | 1110000 | 11111 | 0 | 11111 | 100100 | 1111000 | 10110 | 110110 |
Color Harmonies of #70A370
Complementary color
Monochromatic Colors of #70A370
Black with #70A370
Text Example
Text Example
White with #70A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A370; }
p { color: rgb(112,163,112); }
H1.HeaderClassName
{
color: #70A370;
}
.AnyTagClassName
{
color: #70A370;
}
</style>
background-color css
<style>
a { background-color: #70A370; }
a { background-color: rgb(112,163,112); }
div.DivClassName
{
background-color: #70A370;
}
.BgClassName
{
background-color: #70A370;
}
</style>
border-color css
<style>
span { border-color: #70A370; }
span { border-color: rgb(112,163,112); }
td.TdClassName
{
border-color: #70A370;
}
.TagClassName
{
border-color: #70A370;
}
</style>