Shades of Laurel #719B74
Tints of Laurel #719B74
RGB
CMYK
RGB Variations
Color information
#719B74 (or 0x719B74) is known color: Laurel. HEX triplet: 71, 9B and 74. RGB value is (113,155,116). Sum of RGB (Red+Green+Blue) = 113+155+116=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #719B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B74 is #8E648B. Grayscale: #8A8A8A. Windows color (decimal): -9331852 or 7641969. OLE color: 7641969.
HSL color Cylindrical-coordinate representation of color #719B74: hue angle of 124.29º 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 #719B74 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 116 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.39 |
| HSL | 124.29º | 0.17% | 0.53% | - |
| HSV(B) | 124.29º | 0.27% | 0.61% | - |
| XYZ | 21.68 | 28.21 | 20.83 | - |
| YUV | 138 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 116 | 0.27 | 0 | 0.25 | 0.39 | 124.29 | 0.17 | 0.53 |
| Hex | 71 | 9B | 74 | 1B | 0 | 19 | 27 | 7C | 11 | 35 |
| Octal | 161 | 233 | 164 | 33 | 0 | 31 | 47 | 174 | 21 | 65 |
| Binary | 1110001 | 10011011 | 1110100 | 11011 | 0 | 11001 | 100111 | 1111100 | 10001 | 110101 |
Color Harmonies of #719B74
Complementary color
Monochromatic Colors of #719B74
Black with #719B74
Text Example
Text Example
White with #719B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B74; }
p { color: rgb(113,155,116); }
H1.HeaderClassName
{
color: #719B74;
}
.AnyTagClassName
{
color: #719B74;
}
</style>
background-color css
<style>
a { background-color: #719B74; }
a { background-color: rgb(113,155,116); }
div.DivClassName
{
background-color: #719B74;
}
.BgClassName
{
background-color: #719B74;
}
</style>
border-color css
<style>
span { border-color: #719B74; }
span { border-color: rgb(113,155,116); }
td.TdClassName
{
border-color: #719B74;
}
.TagClassName
{
border-color: #719B74;
}
</style>