Shades of Laurel #72A072
Tints of Laurel #72A072
RGB
CMYK
RGB Variations
Color information
#72A072 (or 0x72A072) is known color: Laurel. HEX triplet: 72, A0 and 72. RGB value is (114,160,114). Sum of RGB (Red+Green+Blue) = 114+160+114=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 160 - color contains mainly: green. Hex color #72A072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A072 is #8D5F8D. Grayscale: #8D8D8D. Windows color (decimal): -9265038 or 7512178. OLE color: 7512178.
HSL color Cylindrical-coordinate representation of color #72A072: hue angle of 120º degrees, saturation: 0.19, 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 #72A072 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 114 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.37 |
| HSL | 120º | 0.19% | 0.54% | - |
| HSV(B) | 120º | 0.29% | 0.63% | - |
| XYZ | 22.55 | 29.93 | 20.51 | - |
| YUV | 141 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 114 | 0.29 | 0 | 0.29 | 0.37 | 120 | 0.19 | 0.54 |
| Hex | 72 | A0 | 72 | 1D | 0 | 1D | 25 | 78 | 13 | 36 |
| Octal | 162 | 240 | 162 | 35 | 0 | 35 | 45 | 170 | 23 | 66 |
| Binary | 1110010 | 10100000 | 1110010 | 11101 | 0 | 11101 | 100101 | 1111000 | 10011 | 110110 |
Color Harmonies of #72A072
Complementary color
Monochromatic Colors of #72A072
Black with #72A072
Text Example
Text Example
White with #72A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A072; }
p { color: rgb(114,160,114); }
H1.HeaderClassName
{
color: #72A072;
}
.AnyTagClassName
{
color: #72A072;
}
</style>
background-color css
<style>
a { background-color: #72A072; }
a { background-color: rgb(114,160,114); }
div.DivClassName
{
background-color: #72A072;
}
.BgClassName
{
background-color: #72A072;
}
</style>
border-color css
<style>
span { border-color: #72A072; }
span { border-color: rgb(114,160,114); }
td.TdClassName
{
border-color: #72A072;
}
.TagClassName
{
border-color: #72A072;
}
</style>