Shades of Laurel #708E72
Tints of Laurel #708E72
RGB
CMYK
RGB Variations
Color information
#708E72 (or 0x708E72) is known color: Laurel. HEX triplet: 70, 8E and 72. RGB value is (112,142,114). Sum of RGB (Red+Green+Blue) = 112+142+114=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 142 - color contains mainly: green. Hex color #708E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708E72 is #8F718D. Grayscale: #818181. Windows color (decimal): -9400718 or 7507568. OLE color: 7507568.
HSL color Cylindrical-coordinate representation of color #708E72: hue angle of 124º 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 #708E72 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 114 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.44 |
| HSL | 124º | 0.12% | 0.5% | - |
| HSV(B) | 124º | 0.21% | 0.56% | - |
| XYZ | 19.39 | 24.01 | 19.53 | - |
| YUV | 129.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 114 | 0.21 | 0 | 0.20 | 0.44 | 124 | 0.12 | 0.5 |
| Hex | 70 | 8E | 72 | 15 | 0 | 14 | 2C | 7C | C | 32 |
| Octal | 160 | 216 | 162 | 25 | 0 | 24 | 54 | 174 | 14 | 62 |
| Binary | 1110000 | 10001110 | 1110010 | 10101 | 0 | 10100 | 101100 | 1111100 | 1100 | 110010 |
Color Harmonies of #708E72
Complementary color
Monochromatic Colors of #708E72
Black with #708E72
Text Example
Text Example
White with #708E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E72; }
p { color: rgb(112,142,114); }
H1.HeaderClassName
{
color: #708E72;
}
.AnyTagClassName
{
color: #708E72;
}
</style>
background-color css
<style>
a { background-color: #708E72; }
a { background-color: rgb(112,142,114); }
div.DivClassName
{
background-color: #708E72;
}
.BgClassName
{
background-color: #708E72;
}
</style>
border-color css
<style>
span { border-color: #708E72; }
span { border-color: rgb(112,142,114); }
td.TdClassName
{
border-color: #708E72;
}
.TagClassName
{
border-color: #708E72;
}
</style>