Shades of Laurel #71A271
Tints of Laurel #71A271
RGB
CMYK
RGB Variations
Color information
#71A271 (or 0x71A271) is known color: Laurel. HEX triplet: 71, A2 and 71. RGB value is (113,162,113). Sum of RGB (Red+Green+Blue) = 113+162+113=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #71A271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A271 is #8E5D8E. Grayscale: #8D8D8D. Windows color (decimal): -9330063 or 7447153. OLE color: 7447153.
HSL color Cylindrical-coordinate representation of color #71A271: hue angle of 120º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71A271 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 162 | 113 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.36 |
| HSL | 120º | 0.21% | 0.54% | - |
| HSV(B) | 120º | 0.3% | 0.64% | - |
| XYZ | 22.71 | 30.54 | 20.32 | - |
| YUV | 141.76 | 111.77 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 113 | 0.30 | 0 | 0.30 | 0.36 | 120 | 0.21 | 0.54 |
| Hex | 71 | A2 | 71 | 1E | 0 | 1E | 24 | 78 | 15 | 36 |
| Octal | 161 | 242 | 161 | 36 | 0 | 36 | 44 | 170 | 25 | 66 |
| Binary | 1110001 | 10100010 | 1110001 | 11110 | 0 | 11110 | 100100 | 1111000 | 10101 | 110110 |
Color Harmonies of #71A271
Complementary color
Monochromatic Colors of #71A271
Black with #71A271
Text Example
Text Example
White with #71A271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A271; }
p { color: rgb(113,162,113); }
H1.HeaderClassName
{
color: #71A271;
}
.AnyTagClassName
{
color: #71A271;
}
</style>
background-color css
<style>
a { background-color: #71A271; }
a { background-color: rgb(113,162,113); }
div.DivClassName
{
background-color: #71A271;
}
.BgClassName
{
background-color: #71A271;
}
</style>
border-color css
<style>
span { border-color: #71A271; }
span { border-color: rgb(113,162,113); }
td.TdClassName
{
border-color: #71A271;
}
.TagClassName
{
border-color: #71A271;
}
</style>