Shades of Laurel #708E70
Tints of Laurel #708E70
RGB
CMYK
RGB Variations
Color information
#708E70 (or 0x708E70) is known color: Laurel. HEX triplet: 70, 8E and 70. RGB value is (112,142,112). Sum of RGB (Red+Green+Blue) = 112+142+112=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 142 - color contains mainly: green. Hex color #708E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708E70 is #8F718F. Grayscale: #818181. Windows color (decimal): -9400720 or 7376496. OLE color: 7376496.
HSL color Cylindrical-coordinate representation of color #708E70: hue angle of 120º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708E70 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 112 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.44 |
| HSL | 120º | 0.12% | 0.5% | - |
| HSV(B) | 120º | 0.21% | 0.56% | - |
| XYZ | 19.28 | 23.96 | 18.94 | - |
| YUV | 129.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 112 | 0.21 | 0 | 0.21 | 0.44 | 120 | 0.12 | 0.5 |
| Hex | 70 | 8E | 70 | 15 | 0 | 15 | 2C | 78 | C | 32 |
| Octal | 160 | 216 | 160 | 25 | 0 | 25 | 54 | 170 | 14 | 62 |
| Binary | 1110000 | 10001110 | 1110000 | 10101 | 0 | 10101 | 101100 | 1111000 | 1100 | 110010 |
Color Harmonies of #708E70
Complementary color
Monochromatic Colors of #708E70
Black with #708E70
Text Example
Text Example
White with #708E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E70; }
p { color: rgb(112,142,112); }
H1.HeaderClassName
{
color: #708E70;
}
.AnyTagClassName
{
color: #708E70;
}
</style>
background-color css
<style>
a { background-color: #708E70; }
a { background-color: rgb(112,142,112); }
div.DivClassName
{
background-color: #708E70;
}
.BgClassName
{
background-color: #708E70;
}
</style>
border-color css
<style>
span { border-color: #708E70; }
span { border-color: rgb(112,142,112); }
td.TdClassName
{
border-color: #708E70;
}
.TagClassName
{
border-color: #708E70;
}
</style>