Shades of Laurel #72A071
Tints of Laurel #72A071
RGB
CMYK
RGB Variations
Color information
#72A071 (or 0x72A071) is known color: Laurel. HEX triplet: 72, A0 and 71. RGB value is (114,160,113). Sum of RGB (Red+Green+Blue) = 114+160+113=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #72A071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A071 is #8D5F8E. Grayscale: #8D8D8D. Windows color (decimal): -9265039 or 7446642. OLE color: 7446642.
HSL color Cylindrical-coordinate representation of color #72A071: hue angle of 118.72º 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 #72A071 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 113 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.37 |
| HSL | 118.72º | 0.2% | 0.54% | - |
| HSV(B) | 118.72º | 0.29% | 0.63% | - |
| XYZ | 22.49 | 29.91 | 20.21 | - |
| YUV | 140.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 113 | 0.29 | 0 | 0.29 | 0.37 | 118.72 | 0.2 | 0.54 |
| Hex | 72 | A0 | 71 | 1D | 0 | 1D | 25 | 77 | 14 | 36 |
| Octal | 162 | 240 | 161 | 35 | 0 | 35 | 45 | 167 | 24 | 66 |
| Binary | 1110010 | 10100000 | 1110001 | 11101 | 0 | 11101 | 100101 | 1110111 | 10100 | 110110 |
Color Harmonies of #72A071
Complementary color
Monochromatic Colors of #72A071
Black with #72A071
Text Example
Text Example
White with #72A071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A071; }
p { color: rgb(114,160,113); }
H1.HeaderClassName
{
color: #72A071;
}
.AnyTagClassName
{
color: #72A071;
}
</style>
background-color css
<style>
a { background-color: #72A071; }
a { background-color: rgb(114,160,113); }
div.DivClassName
{
background-color: #72A071;
}
.BgClassName
{
background-color: #72A071;
}
</style>
border-color css
<style>
span { border-color: #72A071; }
span { border-color: rgb(114,160,113); }
td.TdClassName
{
border-color: #72A071;
}
.TagClassName
{
border-color: #72A071;
}
</style>