Shades of Laurel #719B70
Tints of Laurel #719B70
RGB
CMYK
RGB Variations
Color information
#719B70 (or 0x719B70) is known color: Laurel. HEX triplet: 71, 9B and 70. RGB value is (113,155,112). Sum of RGB (Red+Green+Blue) = 113+155+112=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #719B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B70 is #8E648F. Grayscale: #898989. Windows color (decimal): -9331856 or 7379825. OLE color: 7379825.
HSL color Cylindrical-coordinate representation of color #719B70: hue angle of 118.6º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719B70 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 112 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.39 |
| HSL | 118.6º | 0.18% | 0.52% | - |
| HSV(B) | 118.6º | 0.28% | 0.61% | - |
| XYZ | 21.46 | 28.12 | 19.63 | - |
| YUV | 137.54 | 113.59 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 112 | 0.27 | 0 | 0.28 | 0.39 | 118.6 | 0.18 | 0.52 |
| Hex | 71 | 9B | 70 | 1B | 0 | 1C | 27 | 77 | 12 | 34 |
| Octal | 161 | 233 | 160 | 33 | 0 | 34 | 47 | 167 | 22 | 64 |
| Binary | 1110001 | 10011011 | 1110000 | 11011 | 0 | 11100 | 100111 | 1110111 | 10010 | 110100 |
Color Harmonies of #719B70
Complementary color
Monochromatic Colors of #719B70
Black with #719B70
Text Example
Text Example
White with #719B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B70; }
p { color: rgb(113,155,112); }
H1.HeaderClassName
{
color: #719B70;
}
.AnyTagClassName
{
color: #719B70;
}
</style>
background-color css
<style>
a { background-color: #719B70; }
a { background-color: rgb(113,155,112); }
div.DivClassName
{
background-color: #719B70;
}
.BgClassName
{
background-color: #719B70;
}
</style>
border-color css
<style>
span { border-color: #719B70; }
span { border-color: rgb(113,155,112); }
td.TdClassName
{
border-color: #719B70;
}
.TagClassName
{
border-color: #719B70;
}
</style>