Shades of Laurel #729672
Tints of Laurel #729672
RGB
CMYK
RGB Variations
Color information
#729672 (or 0x729672) is known color: Laurel. HEX triplet: 72, 96 and 72. RGB value is (114,150,114). Sum of RGB (Red+Green+Blue) = 114+150+114=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #729672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729672 is #8D698D. Grayscale: #878787. Windows color (decimal): -9267598 or 7509618. OLE color: 7509618.
HSL color Cylindrical-coordinate representation of color #729672: hue angle of 120º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #729672 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 114 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.41 |
| HSL | 120º | 0.15% | 0.52% | - |
| HSV(B) | 120º | 0.24% | 0.59% | - |
| XYZ | 20.88 | 26.61 | 19.95 | - |
| YUV | 135.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 114 | 0.24 | 0 | 0.24 | 0.41 | 120 | 0.15 | 0.52 |
| Hex | 72 | 96 | 72 | 18 | 0 | 18 | 29 | 78 | F | 34 |
| Octal | 162 | 226 | 162 | 30 | 0 | 30 | 51 | 170 | 17 | 64 |
| Binary | 1110010 | 10010110 | 1110010 | 11000 | 0 | 11000 | 101001 | 1111000 | 1111 | 110100 |
Color Harmonies of #729672
Complementary color
Monochromatic Colors of #729672
Black with #729672
Text Example
Text Example
White with #729672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729672; }
p { color: rgb(114,150,114); }
H1.HeaderClassName
{
color: #729672;
}
.AnyTagClassName
{
color: #729672;
}
</style>
background-color css
<style>
a { background-color: #729672; }
a { background-color: rgb(114,150,114); }
div.DivClassName
{
background-color: #729672;
}
.BgClassName
{
background-color: #729672;
}
</style>
border-color css
<style>
span { border-color: #729672; }
span { border-color: rgb(114,150,114); }
td.TdClassName
{
border-color: #729672;
}
.TagClassName
{
border-color: #729672;
}
</style>