Shades of Laurel #729D72
Tints of Laurel #729D72
RGB
CMYK
RGB Variations
Color information
#729D72 (or 0x729D72) is known color: Laurel. HEX triplet: 72, 9D and 72. RGB value is (114,157,114). Sum of RGB (Red+Green+Blue) = 114+157+114=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #729D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729D72 is #8D628D. Grayscale: #8B8B8B. Windows color (decimal): -9265806 or 7511410. OLE color: 7511410.
HSL color Cylindrical-coordinate representation of color #729D72: hue angle of 120º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #729D72 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 157 | 114 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.38 |
| HSL | 120º | 0.18% | 0.53% | - |
| HSV(B) | 120º | 0.27% | 0.62% | - |
| XYZ | 22.03 | 28.91 | 20.34 | - |
| YUV | 139.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 114 | 0.27 | 0 | 0.27 | 0.38 | 120 | 0.18 | 0.53 |
| Hex | 72 | 9D | 72 | 1B | 0 | 1B | 26 | 78 | 12 | 35 |
| Octal | 162 | 235 | 162 | 33 | 0 | 33 | 46 | 170 | 22 | 65 |
| Binary | 1110010 | 10011101 | 1110010 | 11011 | 0 | 11011 | 100110 | 1111000 | 10010 | 110101 |
Color Harmonies of #729D72
Complementary color
Monochromatic Colors of #729D72
Black with #729D72
Text Example
Text Example
White with #729D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729D72; }
p { color: rgb(114,157,114); }
H1.HeaderClassName
{
color: #729D72;
}
.AnyTagClassName
{
color: #729D72;
}
</style>
background-color css
<style>
a { background-color: #729D72; }
a { background-color: rgb(114,157,114); }
div.DivClassName
{
background-color: #729D72;
}
.BgClassName
{
background-color: #729D72;
}
</style>
border-color css
<style>
span { border-color: #729D72; }
span { border-color: rgb(114,157,114); }
td.TdClassName
{
border-color: #729D72;
}
.TagClassName
{
border-color: #729D72;
}
</style>