Shades of Laurel #729673
Tints of Laurel #729673
RGB
CMYK
RGB Variations
Color information
#729673 (or 0x729673) is known color: Laurel. HEX triplet: 72, 96 and 73. RGB value is (114,150,115). Sum of RGB (Red+Green+Blue) = 114+150+115=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #729673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729673 is #8D698C. Grayscale: #878787. Windows color (decimal): -9267597 or 7575154. OLE color: 7575154.
HSL color Cylindrical-coordinate representation of color #729673: hue angle of 121.67º 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 #729673 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 115 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.41 |
| HSL | 121.67º | 0.15% | 0.52% | - |
| HSV(B) | 121.67º | 0.24% | 0.59% | - |
| XYZ | 20.94 | 26.63 | 20.26 | - |
| YUV | 135.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 115 | 0.24 | 0 | 0.23 | 0.41 | 121.67 | 0.15 | 0.52 |
| Hex | 72 | 96 | 73 | 18 | 0 | 17 | 29 | 7A | F | 34 |
| Octal | 162 | 226 | 163 | 30 | 0 | 27 | 51 | 172 | 17 | 64 |
| Binary | 1110010 | 10010110 | 1110011 | 11000 | 0 | 10111 | 101001 | 1111010 | 1111 | 110100 |
Color Harmonies of #729673
Complementary color
Monochromatic Colors of #729673
Black with #729673
Text Example
Text Example
White with #729673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729673; }
p { color: rgb(114,150,115); }
H1.HeaderClassName
{
color: #729673;
}
.AnyTagClassName
{
color: #729673;
}
</style>
background-color css
<style>
a { background-color: #729673; }
a { background-color: rgb(114,150,115); }
div.DivClassName
{
background-color: #729673;
}
.BgClassName
{
background-color: #729673;
}
</style>
border-color css
<style>
span { border-color: #729673; }
span { border-color: rgb(114,150,115); }
td.TdClassName
{
border-color: #729673;
}
.TagClassName
{
border-color: #729673;
}
</style>