Shades of Laurel #719C73
Tints of Laurel #719C73
RGB
CMYK
RGB Variations
Color information
#719C73 (or 0x719C73) is known color: Laurel. HEX triplet: 71, 9C and 73. RGB value is (113,156,115). Sum of RGB (Red+Green+Blue) = 113+156+115=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 156 - color contains mainly: green. Hex color #719C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719C73 is #8E638C. Grayscale: #8A8A8A. Windows color (decimal): -9331597 or 7576689. OLE color: 7576689.
HSL color Cylindrical-coordinate representation of color #719C73: hue angle of 122.79º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719C73 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 115 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.39 |
| HSL | 122.79º | 0.18% | 0.53% | - |
| HSV(B) | 122.79º | 0.28% | 0.61% | - |
| XYZ | 21.79 | 28.53 | 20.58 | - |
| YUV | 138.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 115 | 0.28 | 0 | 0.26 | 0.39 | 122.79 | 0.18 | 0.53 |
| Hex | 71 | 9C | 73 | 1C | 0 | 1A | 27 | 7B | 12 | 35 |
| Octal | 161 | 234 | 163 | 34 | 0 | 32 | 47 | 173 | 22 | 65 |
| Binary | 1110001 | 10011100 | 1110011 | 11100 | 0 | 11010 | 100111 | 1111011 | 10010 | 110101 |
Color Harmonies of #719C73
Complementary color
Monochromatic Colors of #719C73
Black with #719C73
Text Example
Text Example
White with #719C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C73; }
p { color: rgb(113,156,115); }
H1.HeaderClassName
{
color: #719C73;
}
.AnyTagClassName
{
color: #719C73;
}
</style>
background-color css
<style>
a { background-color: #719C73; }
a { background-color: rgb(113,156,115); }
div.DivClassName
{
background-color: #719C73;
}
.BgClassName
{
background-color: #719C73;
}
</style>
border-color css
<style>
span { border-color: #719C73; }
span { border-color: rgb(113,156,115); }
td.TdClassName
{
border-color: #719C73;
}
.TagClassName
{
border-color: #719C73;
}
</style>