Shades of Laurel #708E6F
Tints of Laurel #708E6F
RGB
CMYK
RGB Variations
Color information
#708E6F (or 0x708E6F) is known color: Laurel. HEX triplet: 70, 8E and 6F. RGB value is (112,142,111). Sum of RGB (Red+Green+Blue) = 112+142+111=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 142 - color contains mainly: green. Hex color #708E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708E6F is #8F7190. Grayscale: #818181. Windows color (decimal): -9400721 or 7310960. OLE color: 7310960.
HSL color Cylindrical-coordinate representation of color #708E6F: hue angle of 118.06º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708E6F is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 111 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.44 |
| HSL | 118.06º | 0.12% | 0.5% | - |
| HSV(B) | 118.06º | 0.22% | 0.56% | - |
| XYZ | 19.22 | 23.94 | 18.65 | - |
| YUV | 129.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 111 | 0.21 | 0 | 0.22 | 0.44 | 118.06 | 0.12 | 0.5 |
| Hex | 70 | 8E | 6F | 15 | 0 | 16 | 2C | 76 | C | 32 |
| Octal | 160 | 216 | 157 | 25 | 0 | 26 | 54 | 166 | 14 | 62 |
| Binary | 1110000 | 10001110 | 1101111 | 10101 | 0 | 10110 | 101100 | 1110110 | 1100 | 110010 |
Color Harmonies of #708E6F
Complementary color
Monochromatic Colors of #708E6F
Black with #708E6F
Text Example
Text Example
White with #708E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E6F; }
p { color: rgb(112,142,111); }
H1.HeaderClassName
{
color: #708E6F;
}
.AnyTagClassName
{
color: #708E6F;
}
</style>
background-color css
<style>
a { background-color: #708E6F; }
a { background-color: rgb(112,142,111); }
div.DivClassName
{
background-color: #708E6F;
}
.BgClassName
{
background-color: #708E6F;
}
</style>
border-color css
<style>
span { border-color: #708E6F; }
span { border-color: rgb(112,142,111); }
td.TdClassName
{
border-color: #708E6F;
}
.TagClassName
{
border-color: #708E6F;
}
</style>