Shades of Laurel #729972
Tints of Laurel #729972
RGB
CMYK
RGB Variations
Color information
#729972 (or 0x729972) is known color: Laurel. HEX triplet: 72, 99 and 72. RGB value is (114,153,114). Sum of RGB (Red+Green+Blue) = 114+153+114=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #729972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729972 is #8D668D. Grayscale: #898989. Windows color (decimal): -9266830 or 7510386. OLE color: 7510386.
HSL color Cylindrical-coordinate representation of color #729972: hue angle of 120º 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 #729972 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
RGB | 114 | 153 | 114 | - |
CMYK | 0.25 | 0 | 0.25 | 0.4 |
HSL | 120º | 0.16% | 0.52% | - |
HSV(B) | 120º | 0.25% | 0.6% | - |
XYZ | 21.37 | 27.57 | 20.12 | - |
YUV | 136.89 | 115.08 | 111.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 114 | 153 | 114 | 0.25 | 0 | 0.25 | 0.4 | 120 | 0.16 | 0.52 |
Hex | 72 | 99 | 72 | 19 | 0 | 19 | 28 | 78 | 10 | 34 |
Octal | 162 | 231 | 162 | 31 | 0 | 31 | 50 | 170 | 20 | 64 |
Binary | 1110010 | 10011001 | 1110010 | 11001 | 0 | 11001 | 101000 | 1111000 | 10000 | 110100 |
Color Harmonies of #729972
Complementary color
Monochromatic Colors of #729972
Black with #729972
Text Example
Text Example
White with #729972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729972; }
p { color: rgb(114,153,114); }
H1.HeaderClassName
{
color: #729972;
}
.AnyTagClassName
{
color: #729972;
}
</style>
background-color css
<style>
a { background-color: #729972; }
a { background-color: rgb(114,153,114); }
div.DivClassName
{
background-color: #729972;
}
.BgClassName
{
background-color: #729972;
}
</style>
border-color css
<style>
span { border-color: #729972; }
span { border-color: rgb(114,153,114); }
td.TdClassName
{
border-color: #729972;
}
.TagClassName
{
border-color: #729972;
}
</style>