Shades of Laurel #708E73
Tints of Laurel #708E73
RGB
CMYK
RGB Variations
Color information
#708E73 (or 0x708E73) is known color: Laurel. HEX triplet: 70, 8E and 73. RGB value is (112,142,115). Sum of RGB (Red+Green+Blue) = 112+142+115=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 142 - color contains mainly: green. Hex color #708E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708E73 is #8F718C. Grayscale: #828282. Windows color (decimal): -9400717 or 7573104. OLE color: 7573104.
HSL color Cylindrical-coordinate representation of color #708E73: hue angle of 126º 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 #708E73 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 115 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.44 |
| HSL | 126º | 0.12% | 0.5% | - |
| HSV(B) | 126º | 0.21% | 0.56% | - |
| XYZ | 19.45 | 24.03 | 19.83 | - |
| YUV | 129.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 115 | 0.21 | 0 | 0.19 | 0.44 | 126 | 0.12 | 0.5 |
| Hex | 70 | 8E | 73 | 15 | 0 | 13 | 2C | 7E | C | 32 |
| Octal | 160 | 216 | 163 | 25 | 0 | 23 | 54 | 176 | 14 | 62 |
| Binary | 1110000 | 10001110 | 1110011 | 10101 | 0 | 10011 | 101100 | 1111110 | 1100 | 110010 |
Color Harmonies of #708E73
Complementary color
Monochromatic Colors of #708E73
Black with #708E73
Text Example
Text Example
White with #708E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E73; }
p { color: rgb(112,142,115); }
H1.HeaderClassName
{
color: #708E73;
}
.AnyTagClassName
{
color: #708E73;
}
</style>
background-color css
<style>
a { background-color: #708E73; }
a { background-color: rgb(112,142,115); }
div.DivClassName
{
background-color: #708E73;
}
.BgClassName
{
background-color: #708E73;
}
</style>
border-color css
<style>
span { border-color: #708E73; }
span { border-color: rgb(112,142,115); }
td.TdClassName
{
border-color: #708E73;
}
.TagClassName
{
border-color: #708E73;
}
</style>