Shades of Laurel #729973
Tints of Laurel #729973
RGB
CMYK
RGB Variations
Color information
#729973 (or 0x729973) is known color: Laurel. HEX triplet: 72, 99 and 73. RGB value is (114,153,115). Sum of RGB (Red+Green+Blue) = 114+153+115=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #729973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729973 is #8D668C. Grayscale: #898989. Windows color (decimal): -9266829 or 7575922. OLE color: 7575922.
HSL color Cylindrical-coordinate representation of color #729973: hue angle of 121.54º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729973 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 115 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.4 |
| HSL | 121.54º | 0.16% | 0.52% | - |
| HSV(B) | 121.54º | 0.25% | 0.6% | - |
| XYZ | 21.43 | 27.6 | 20.42 | - |
| YUV | 137.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 115 | 0.25 | 0 | 0.25 | 0.4 | 121.54 | 0.16 | 0.52 |
| Hex | 72 | 99 | 73 | 19 | 0 | 19 | 28 | 7A | 10 | 34 |
| Octal | 162 | 231 | 163 | 31 | 0 | 31 | 50 | 172 | 20 | 64 |
| Binary | 1110010 | 10011001 | 1110011 | 11001 | 0 | 11001 | 101000 | 1111010 | 10000 | 110100 |
Color Harmonies of #729973
Complementary color
Monochromatic Colors of #729973
Black with #729973
Text Example
Text Example
White with #729973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729973; }
p { color: rgb(114,153,115); }
H1.HeaderClassName
{
color: #729973;
}
.AnyTagClassName
{
color: #729973;
}
</style>
background-color css
<style>
a { background-color: #729973; }
a { background-color: rgb(114,153,115); }
div.DivClassName
{
background-color: #729973;
}
.BgClassName
{
background-color: #729973;
}
</style>
border-color css
<style>
span { border-color: #729973; }
span { border-color: rgb(114,153,115); }
td.TdClassName
{
border-color: #729973;
}
.TagClassName
{
border-color: #729973;
}
</style>