Shades of Laurel #719D73
Tints of Laurel #719D73
RGB
CMYK
RGB Variations
Color information
#719D73 (or 0x719D73) is known color: Laurel. HEX triplet: 71, 9D and 73. RGB value is (113,157,115). Sum of RGB (Red+Green+Blue) = 113+157+115=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #719D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D73 is #8E628C. Grayscale: #8B8B8B. Windows color (decimal): -9331341 or 7576945. OLE color: 7576945.
HSL color Cylindrical-coordinate representation of color #719D73: hue angle of 122.73º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719D73 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 157 | 115 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.38 |
| HSL | 122.73º | 0.18% | 0.53% | - |
| HSV(B) | 122.73º | 0.28% | 0.62% | - |
| XYZ | 21.96 | 28.86 | 20.63 | - |
| YUV | 139.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 115 | 0.28 | 0 | 0.27 | 0.38 | 122.73 | 0.18 | 0.53 |
| Hex | 71 | 9D | 73 | 1C | 0 | 1B | 26 | 7B | 12 | 35 |
| Octal | 161 | 235 | 163 | 34 | 0 | 33 | 46 | 173 | 22 | 65 |
| Binary | 1110001 | 10011101 | 1110011 | 11100 | 0 | 11011 | 100110 | 1111011 | 10010 | 110101 |
Color Harmonies of #719D73
Complementary color
Monochromatic Colors of #719D73
Black with #719D73
Text Example
Text Example
White with #719D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719D73; }
p { color: rgb(113,157,115); }
H1.HeaderClassName
{
color: #719D73;
}
.AnyTagClassName
{
color: #719D73;
}
</style>
background-color css
<style>
a { background-color: #719D73; }
a { background-color: rgb(113,157,115); }
div.DivClassName
{
background-color: #719D73;
}
.BgClassName
{
background-color: #719D73;
}
</style>
border-color css
<style>
span { border-color: #719D73; }
span { border-color: rgb(113,157,115); }
td.TdClassName
{
border-color: #719D73;
}
.TagClassName
{
border-color: #719D73;
}
</style>