Shades of Laurel #708870
Tints of Laurel #708870
RGB
CMYK
RGB Variations
Color information
#708870 (or 0x708870) is known color: Laurel. HEX triplet: 70, 88 and 70. RGB value is (112,136,112). Sum of RGB (Red+Green+Blue) = 112+136+112=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 136 - color contains mainly: green. Hex color #708870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708870 is #8F778F. Grayscale: #7E7E7E. Windows color (decimal): -9402256 or 7374960. OLE color: 7374960.
HSL color Cylindrical-coordinate representation of color #708870: hue angle of 120º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708870 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 136 | 112 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.47 |
| HSL | 120º | 0.1% | 0.49% | - |
| HSV(B) | 120º | 0.18% | 0.53% | - |
| XYZ | 18.41 | 22.22 | 18.65 | - |
| YUV | 126.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 112 | 0.18 | 0 | 0.18 | 0.47 | 120 | 0.1 | 0.49 |
| Hex | 70 | 88 | 70 | 12 | 0 | 12 | 2F | 78 | A | 31 |
| Octal | 160 | 210 | 160 | 22 | 0 | 22 | 57 | 170 | 12 | 61 |
| Binary | 1110000 | 10001000 | 1110000 | 10010 | 0 | 10010 | 101111 | 1111000 | 1010 | 110001 |
Color Harmonies of #708870
Complementary color
Monochromatic Colors of #708870
Black with #708870
Text Example
Text Example
White with #708870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708870; }
p { color: rgb(112,136,112); }
H1.HeaderClassName
{
color: #708870;
}
.AnyTagClassName
{
color: #708870;
}
</style>
background-color css
<style>
a { background-color: #708870; }
a { background-color: rgb(112,136,112); }
div.DivClassName
{
background-color: #708870;
}
.BgClassName
{
background-color: #708870;
}
</style>
border-color css
<style>
span { border-color: #708870; }
span { border-color: rgb(112,136,112); }
td.TdClassName
{
border-color: #708870;
}
.TagClassName
{
border-color: #708870;
}
</style>