Shades of Laurel #729F72
Tints of Laurel #729F72
RGB
CMYK
RGB Variations
Color information
#729F72 (or 0x729F72) is known color: Laurel. HEX triplet: 72, 9F and 72. RGB value is (114,159,114). Sum of RGB (Red+Green+Blue) = 114+159+114=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 159 - color contains mainly: green. Hex color #729F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729F72 is #8D608D. Grayscale: #8C8C8C. Windows color (decimal): -9265294 or 7511922. OLE color: 7511922.
HSL color Cylindrical-coordinate representation of color #729F72: hue angle of 120º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729F72 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 159 | 114 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.38 |
| HSL | 120º | 0.19% | 0.54% | - |
| HSV(B) | 120º | 0.28% | 0.62% | - |
| XYZ | 22.37 | 29.59 | 20.45 | - |
| YUV | 140.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 114 | 0.28 | 0 | 0.28 | 0.38 | 120 | 0.19 | 0.54 |
| Hex | 72 | 9F | 72 | 1C | 0 | 1C | 26 | 78 | 13 | 36 |
| Octal | 162 | 237 | 162 | 34 | 0 | 34 | 46 | 170 | 23 | 66 |
| Binary | 1110010 | 10011111 | 1110010 | 11100 | 0 | 11100 | 100110 | 1111000 | 10011 | 110110 |
Color Harmonies of #729F72
Complementary color
Monochromatic Colors of #729F72
Black with #729F72
Text Example
Text Example
White with #729F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729F72; }
p { color: rgb(114,159,114); }
H1.HeaderClassName
{
color: #729F72;
}
.AnyTagClassName
{
color: #729F72;
}
</style>
background-color css
<style>
a { background-color: #729F72; }
a { background-color: rgb(114,159,114); }
div.DivClassName
{
background-color: #729F72;
}
.BgClassName
{
background-color: #729F72;
}
</style>
border-color css
<style>
span { border-color: #729F72; }
span { border-color: rgb(114,159,114); }
td.TdClassName
{
border-color: #729F72;
}
.TagClassName
{
border-color: #729F72;
}
</style>