Shades of Laurel #709E70
Tints of Laurel #709E70
RGB
CMYK
RGB Variations
Color information
#709E70 (or 0x709E70) is known color: Laurel. HEX triplet: 70, 9E and 70. RGB value is (112,158,112). Sum of RGB (Red+Green+Blue) = 112+158+112=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 158 - color contains mainly: green. Hex color #709E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709E70 is #8F618F. Grayscale: #8B8B8B. Windows color (decimal): -9396624 or 7380592. OLE color: 7380592.
HSL color Cylindrical-coordinate representation of color #709E70: hue angle of 120º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709E70 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 158 | 112 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.38 |
| HSL | 120º | 0.19% | 0.53% | - |
| HSV(B) | 120º | 0.29% | 0.62% | - |
| XYZ | 21.83 | 29.07 | 19.79 | - |
| YUV | 139 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 112 | 0.29 | 0 | 0.29 | 0.38 | 120 | 0.19 | 0.53 |
| Hex | 70 | 9E | 70 | 1D | 0 | 1D | 26 | 78 | 13 | 35 |
| Octal | 160 | 236 | 160 | 35 | 0 | 35 | 46 | 170 | 23 | 65 |
| Binary | 1110000 | 10011110 | 1110000 | 11101 | 0 | 11101 | 100110 | 1111000 | 10011 | 110101 |
Color Harmonies of #709E70
Complementary color
Monochromatic Colors of #709E70
Black with #709E70
Text Example
Text Example
White with #709E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709E70; }
p { color: rgb(112,158,112); }
H1.HeaderClassName
{
color: #709E70;
}
.AnyTagClassName
{
color: #709E70;
}
</style>
background-color css
<style>
a { background-color: #709E70; }
a { background-color: rgb(112,158,112); }
div.DivClassName
{
background-color: #709E70;
}
.BgClassName
{
background-color: #709E70;
}
</style>
border-color css
<style>
span { border-color: #709E70; }
span { border-color: rgb(112,158,112); }
td.TdClassName
{
border-color: #709E70;
}
.TagClassName
{
border-color: #709E70;
}
</style>