Shades of Laurel #708D71
Tints of Laurel #708D71
RGB
CMYK
RGB Variations
Color information
#708D71 (or 0x708D71) is known color: Laurel. HEX triplet: 70, 8D and 71. RGB value is (112,141,113). Sum of RGB (Red+Green+Blue) = 112+141+113=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 141 - color contains mainly: green. Hex color #708D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D71 is #8F728E. Grayscale: #818181. Windows color (decimal): -9400975 or 7441776. OLE color: 7441776.
HSL color Cylindrical-coordinate representation of color #708D71: hue angle of 122.07º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708D71 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 113 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.45 |
| HSL | 122.07º | 0.11% | 0.5% | - |
| HSV(B) | 122.07º | 0.21% | 0.55% | - |
| XYZ | 19.19 | 23.69 | 19.18 | - |
| YUV | 129.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 113 | 0.21 | 0 | 0.20 | 0.45 | 122.07 | 0.11 | 0.5 |
| Hex | 70 | 8D | 71 | 15 | 0 | 14 | 2D | 7A | B | 32 |
| Octal | 160 | 215 | 161 | 25 | 0 | 24 | 55 | 172 | 13 | 62 |
| Binary | 1110000 | 10001101 | 1110001 | 10101 | 0 | 10100 | 101101 | 1111010 | 1011 | 110010 |
Color Harmonies of #708D71
Complementary color
Monochromatic Colors of #708D71
Black with #708D71
Text Example
Text Example
White with #708D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D71; }
p { color: rgb(112,141,113); }
H1.HeaderClassName
{
color: #708D71;
}
.AnyTagClassName
{
color: #708D71;
}
</style>
background-color css
<style>
a { background-color: #708D71; }
a { background-color: rgb(112,141,113); }
div.DivClassName
{
background-color: #708D71;
}
.BgClassName
{
background-color: #708D71;
}
</style>
border-color css
<style>
span { border-color: #708D71; }
span { border-color: rgb(112,141,113); }
td.TdClassName
{
border-color: #708D71;
}
.TagClassName
{
border-color: #708D71;
}
</style>