Shades of Laurel #719F71
Tints of Laurel #719F71
RGB
CMYK
RGB Variations
Color information
#719F71 (or 0x719F71) is known color: Laurel. HEX triplet: 71, 9F and 71. RGB value is (113,159,113). Sum of RGB (Red+Green+Blue) = 113+159+113=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #719F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F71 is #8E608E. Grayscale: #8C8C8C. Windows color (decimal): -9330831 or 7446385. OLE color: 7446385.
HSL color Cylindrical-coordinate representation of color #719F71: 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 #719F71 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 159 | 113 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.38 |
| HSL | 120º | 0.19% | 0.53% | - |
| HSV(B) | 120º | 0.29% | 0.62% | - |
| XYZ | 22.19 | 29.5 | 20.15 | - |
| YUV | 140 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 113 | 0.29 | 0 | 0.29 | 0.38 | 120 | 0.19 | 0.53 |
| Hex | 71 | 9F | 71 | 1D | 0 | 1D | 26 | 78 | 13 | 35 |
| Octal | 161 | 237 | 161 | 35 | 0 | 35 | 46 | 170 | 23 | 65 |
| Binary | 1110001 | 10011111 | 1110001 | 11101 | 0 | 11101 | 100110 | 1111000 | 10011 | 110101 |
Color Harmonies of #719F71
Complementary color
Monochromatic Colors of #719F71
Black with #719F71
Text Example
Text Example
White with #719F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719F71; }
p { color: rgb(113,159,113); }
H1.HeaderClassName
{
color: #719F71;
}
.AnyTagClassName
{
color: #719F71;
}
</style>
background-color css
<style>
a { background-color: #719F71; }
a { background-color: rgb(113,159,113); }
div.DivClassName
{
background-color: #719F71;
}
.BgClassName
{
background-color: #719F71;
}
</style>
border-color css
<style>
span { border-color: #719F71; }
span { border-color: rgb(113,159,113); }
td.TdClassName
{
border-color: #719F71;
}
.TagClassName
{
border-color: #719F71;
}
</style>