Shades of Laurel #719B71
Tints of Laurel #719B71
RGB
CMYK
RGB Variations
Color information
#719B71 (or 0x719B71) is known color: Laurel. HEX triplet: 71, 9B and 71. RGB value is (113,155,113). Sum of RGB (Red+Green+Blue) = 113+155+113=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #719B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B71 is #8E648E. Grayscale: #898989. Windows color (decimal): -9331855 or 7445361. OLE color: 7445361.
HSL color Cylindrical-coordinate representation of color #719B71: hue angle of 120º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719B71 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 113 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.39 |
| HSL | 120º | 0.17% | 0.53% | - |
| HSV(B) | 120º | 0.27% | 0.61% | - |
| XYZ | 21.51 | 28.15 | 19.92 | - |
| YUV | 137.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 113 | 0.27 | 0 | 0.27 | 0.39 | 120 | 0.17 | 0.53 |
| Hex | 71 | 9B | 71 | 1B | 0 | 1B | 27 | 78 | 11 | 35 |
| Octal | 161 | 233 | 161 | 33 | 0 | 33 | 47 | 170 | 21 | 65 |
| Binary | 1110001 | 10011011 | 1110001 | 11011 | 0 | 11011 | 100111 | 1111000 | 10001 | 110101 |
Color Harmonies of #719B71
Complementary color
Monochromatic Colors of #719B71
Black with #719B71
Text Example
Text Example
White with #719B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B71; }
p { color: rgb(113,155,113); }
H1.HeaderClassName
{
color: #719B71;
}
.AnyTagClassName
{
color: #719B71;
}
</style>
background-color css
<style>
a { background-color: #719B71; }
a { background-color: rgb(113,155,113); }
div.DivClassName
{
background-color: #719B71;
}
.BgClassName
{
background-color: #719B71;
}
</style>
border-color css
<style>
span { border-color: #719B71; }
span { border-color: rgb(113,155,113); }
td.TdClassName
{
border-color: #719B71;
}
.TagClassName
{
border-color: #719B71;
}
</style>