Shades of Laurel #71A072
Tints of Laurel #71A072
RGB
CMYK
RGB Variations
Color information
#71A072 (or 0x71A072) is known color: Laurel. HEX triplet: 71, A0 and 72. RGB value is (113,160,114). Sum of RGB (Red+Green+Blue) = 113+160+114=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #71A072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A072 is #8E5F8D. Grayscale: #8C8C8C. Windows color (decimal): -9330574 or 7512177. OLE color: 7512177.
HSL color Cylindrical-coordinate representation of color #71A072: hue angle of 121.28º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71A072 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 160 | 114 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.37 |
| HSL | 121.28º | 0.2% | 0.54% | - |
| HSV(B) | 121.28º | 0.29% | 0.63% | - |
| XYZ | 22.42 | 29.87 | 20.5 | - |
| YUV | 140.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 160 | 114 | 0.29 | 0 | 0.29 | 0.37 | 121.28 | 0.2 | 0.54 |
| Hex | 71 | A0 | 72 | 1D | 0 | 1D | 25 | 79 | 14 | 36 |
| Octal | 161 | 240 | 162 | 35 | 0 | 35 | 45 | 171 | 24 | 66 |
| Binary | 1110001 | 10100000 | 1110010 | 11101 | 0 | 11101 | 100101 | 1111001 | 10100 | 110110 |
Color Harmonies of #71A072
Complementary color
Monochromatic Colors of #71A072
Black with #71A072
Text Example
Text Example
White with #71A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A072; }
p { color: rgb(113,160,114); }
H1.HeaderClassName
{
color: #71A072;
}
.AnyTagClassName
{
color: #71A072;
}
</style>
background-color css
<style>
a { background-color: #71A072; }
a { background-color: rgb(113,160,114); }
div.DivClassName
{
background-color: #71A072;
}
.BgClassName
{
background-color: #71A072;
}
</style>
border-color css
<style>
span { border-color: #71A072; }
span { border-color: rgb(113,160,114); }
td.TdClassName
{
border-color: #71A072;
}
.TagClassName
{
border-color: #71A072;
}
</style>