Shades of Laurel #71916F
Tints of Laurel #71916F
RGB
CMYK
RGB Variations
Color information
#71916F (or 0x71916F) is known color: Laurel. HEX triplet: 71, 91 and 6F. RGB value is (113,145,111). Sum of RGB (Red+Green+Blue) = 113+145+111=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #71916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71916F is #8E6E90. Grayscale: #838383. Windows color (decimal): -9334417 or 7311729. OLE color: 7311729.
HSL color Cylindrical-coordinate representation of color #71916F: hue angle of 116.47º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71916F is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 145 | 111 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.43 |
| HSL | 116.47º | 0.13% | 0.5% | - |
| HSV(B) | 116.47º | 0.23% | 0.57% | - |
| XYZ | 19.8 | 24.91 | 18.8 | - |
| YUV | 131.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 111 | 0.22 | 0 | 0.23 | 0.43 | 116.47 | 0.13 | 0.5 |
| Hex | 71 | 91 | 6F | 16 | 0 | 17 | 2B | 74 | D | 32 |
| Octal | 161 | 221 | 157 | 26 | 0 | 27 | 53 | 164 | 15 | 62 |
| Binary | 1110001 | 10010001 | 1101111 | 10110 | 0 | 10111 | 101011 | 1110100 | 1101 | 110010 |
Color Harmonies of #71916F
Complementary color
Monochromatic Colors of #71916F
Black with #71916F
Text Example
Text Example
White with #71916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71916F; }
p { color: rgb(113,145,111); }
H1.HeaderClassName
{
color: #71916F;
}
.AnyTagClassName
{
color: #71916F;
}
</style>
background-color css
<style>
a { background-color: #71916F; }
a { background-color: rgb(113,145,111); }
div.DivClassName
{
background-color: #71916F;
}
.BgClassName
{
background-color: #71916F;
}
</style>
border-color css
<style>
span { border-color: #71916F; }
span { border-color: rgb(113,145,111); }
td.TdClassName
{
border-color: #71916F;
}
.TagClassName
{
border-color: #71916F;
}
</style>