Shades of Laurel #719E70
Tints of Laurel #719E70
RGB
CMYK
RGB Variations
Color information
#719E70 (or 0x719E70) is known color: Laurel. HEX triplet: 71, 9E and 70. RGB value is (113,158,112). Sum of RGB (Red+Green+Blue) = 113+158+112=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 158 - color contains mainly: green. Hex color #719E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E70 is #8E618F. Grayscale: #8B8B8B. Windows color (decimal): -9331088 or 7380593. OLE color: 7380593.
HSL color Cylindrical-coordinate representation of color #719E70: hue angle of 118.7º 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 #719E70 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 158 | 112 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.38 |
| HSL | 118.7º | 0.19% | 0.53% | - |
| HSV(B) | 118.7º | 0.29% | 0.62% | - |
| XYZ | 21.96 | 29.13 | 19.8 | - |
| YUV | 139.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 112 | 0.28 | 0 | 0.29 | 0.38 | 118.7 | 0.19 | 0.53 |
| Hex | 71 | 9E | 70 | 1C | 0 | 1D | 26 | 77 | 13 | 35 |
| Octal | 161 | 236 | 160 | 34 | 0 | 35 | 46 | 167 | 23 | 65 |
| Binary | 1110001 | 10011110 | 1110000 | 11100 | 0 | 11101 | 100110 | 1110111 | 10011 | 110101 |
Color Harmonies of #719E70
Complementary color
Monochromatic Colors of #719E70
Black with #719E70
Text Example
Text Example
White with #719E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719E70; }
p { color: rgb(113,158,112); }
H1.HeaderClassName
{
color: #719E70;
}
.AnyTagClassName
{
color: #719E70;
}
</style>
background-color css
<style>
a { background-color: #719E70; }
a { background-color: rgb(113,158,112); }
div.DivClassName
{
background-color: #719E70;
}
.BgClassName
{
background-color: #719E70;
}
</style>
border-color css
<style>
span { border-color: #719E70; }
span { border-color: rgb(113,158,112); }
td.TdClassName
{
border-color: #719E70;
}
.TagClassName
{
border-color: #719E70;
}
</style>