Shades of Laurel #708C70
Tints of Laurel #708C70
RGB
CMYK
RGB Variations
Color information
#708C70 (or 0x708C70) is known color: Laurel. HEX triplet: 70, 8C and 70. RGB value is (112,140,112). Sum of RGB (Red+Green+Blue) = 112+140+112=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 140 - color contains mainly: green. Hex color #708C70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C70 is #8F738F. Grayscale: #808080. Windows color (decimal): -9401232 or 7375984. OLE color: 7375984.
HSL color Cylindrical-coordinate representation of color #708C70: hue angle of 120º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708C70 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 112 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.45 |
| HSL | 120º | 0.11% | 0.49% | - |
| HSV(B) | 120º | 0.2% | 0.55% | - |
| XYZ | 18.98 | 23.37 | 18.84 | - |
| YUV | 128.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 112 | 0.20 | 0 | 0.20 | 0.45 | 120 | 0.11 | 0.49 |
| Hex | 70 | 8C | 70 | 14 | 0 | 14 | 2D | 78 | B | 31 |
| Octal | 160 | 214 | 160 | 24 | 0 | 24 | 55 | 170 | 13 | 61 |
| Binary | 1110000 | 10001100 | 1110000 | 10100 | 0 | 10100 | 101101 | 1111000 | 1011 | 110001 |
Color Harmonies of #708C70
Complementary color
Monochromatic Colors of #708C70
Black with #708C70
Text Example
Text Example
White with #708C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C70; }
p { color: rgb(112,140,112); }
H1.HeaderClassName
{
color: #708C70;
}
.AnyTagClassName
{
color: #708C70;
}
</style>
background-color css
<style>
a { background-color: #708C70; }
a { background-color: rgb(112,140,112); }
div.DivClassName
{
background-color: #708C70;
}
.BgClassName
{
background-color: #708C70;
}
</style>
border-color css
<style>
span { border-color: #708C70; }
span { border-color: rgb(112,140,112); }
td.TdClassName
{
border-color: #708C70;
}
.TagClassName
{
border-color: #708C70;
}
</style>