Shades of Laurel #729073
Tints of Laurel #729073
RGB
CMYK
RGB Variations
Color information
#729073 (or 0x729073) is known color: Laurel. HEX triplet: 72, 90 and 73. RGB value is (114,144,115). Sum of RGB (Red+Green+Blue) = 114+144+115=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #729073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729073 is #8D6F8C. Grayscale: #838383. Windows color (decimal): -9269133 or 7573618. OLE color: 7573618.
HSL color Cylindrical-coordinate representation of color #729073: hue angle of 122º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #729073 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 115 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.44 |
| HSL | 122º | 0.12% | 0.51% | - |
| HSV(B) | 122º | 0.21% | 0.56% | - |
| XYZ | 20.01 | 24.76 | 19.94 | - |
| YUV | 131.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 115 | 0.21 | 0 | 0.20 | 0.44 | 122 | 0.12 | 0.51 |
| Hex | 72 | 90 | 73 | 15 | 0 | 14 | 2C | 7A | C | 33 |
| Octal | 162 | 220 | 163 | 25 | 0 | 24 | 54 | 172 | 14 | 63 |
| Binary | 1110010 | 10010000 | 1110011 | 10101 | 0 | 10100 | 101100 | 1111010 | 1100 | 110011 |
Color Harmonies of #729073
Complementary color
Monochromatic Colors of #729073
Black with #729073
Text Example
Text Example
White with #729073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729073; }
p { color: rgb(114,144,115); }
H1.HeaderClassName
{
color: #729073;
}
.AnyTagClassName
{
color: #729073;
}
</style>
background-color css
<style>
a { background-color: #729073; }
a { background-color: rgb(114,144,115); }
div.DivClassName
{
background-color: #729073;
}
.BgClassName
{
background-color: #729073;
}
</style>
border-color css
<style>
span { border-color: #729073; }
span { border-color: rgb(114,144,115); }
td.TdClassName
{
border-color: #729073;
}
.TagClassName
{
border-color: #729073;
}
</style>