Shades of Laurel #719D70
Tints of Laurel #719D70
RGB
CMYK
RGB Variations
Color information
#719D70 (or 0x719D70) is known color: Laurel. HEX triplet: 71, 9D and 70. RGB value is (113,157,112). Sum of RGB (Red+Green+Blue) = 113+157+112=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #719D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D70 is #8E628F. Grayscale: #8A8A8A. Windows color (decimal): -9331344 or 7380337. OLE color: 7380337.
HSL color Cylindrical-coordinate representation of color #719D70: hue angle of 118.67º 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 #719D70 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 157 | 112 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.38 |
| HSL | 118.67º | 0.19% | 0.53% | - |
| HSV(B) | 118.67º | 0.29% | 0.62% | - |
| XYZ | 21.79 | 28.79 | 19.74 | - |
| YUV | 138.71 | 112.92 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 112 | 0.28 | 0 | 0.29 | 0.38 | 118.67 | 0.19 | 0.53 |
| Hex | 71 | 9D | 70 | 1C | 0 | 1D | 26 | 77 | 13 | 35 |
| Octal | 161 | 235 | 160 | 34 | 0 | 35 | 46 | 167 | 23 | 65 |
| Binary | 1110001 | 10011101 | 1110000 | 11100 | 0 | 11101 | 100110 | 1110111 | 10011 | 110101 |
Color Harmonies of #719D70
Complementary color
Monochromatic Colors of #719D70
Black with #719D70
Text Example
Text Example
White with #719D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719D70; }
p { color: rgb(113,157,112); }
H1.HeaderClassName
{
color: #719D70;
}
.AnyTagClassName
{
color: #719D70;
}
</style>
background-color css
<style>
a { background-color: #719D70; }
a { background-color: rgb(113,157,112); }
div.DivClassName
{
background-color: #719D70;
}
.BgClassName
{
background-color: #719D70;
}
</style>
border-color css
<style>
span { border-color: #719D70; }
span { border-color: rgb(113,157,112); }
td.TdClassName
{
border-color: #719D70;
}
.TagClassName
{
border-color: #719D70;
}
</style>