Shades of Laurel #728D72
Tints of Laurel #728D72
RGB
CMYK
RGB Variations
Color information
#728D72 (or 0x728D72) is known color: Laurel. HEX triplet: 72, 8D and 72. RGB value is (114,141,114). Sum of RGB (Red+Green+Blue) = 114+141+114=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 141 - color contains mainly: green. Hex color #728D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D72 is #8D728D. Grayscale: #818181. Windows color (decimal): -9269902 or 7507314. OLE color: 7507314.
HSL color Cylindrical-coordinate representation of color #728D72: hue angle of 120º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728D72 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 141 | 114 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.45 |
| HSL | 120º | 0.11% | 0.5% | - |
| HSV(B) | 120º | 0.19% | 0.55% | - |
| XYZ | 19.5 | 23.84 | 19.49 | - |
| YUV | 129.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 114 | 0.19 | 0 | 0.19 | 0.45 | 120 | 0.11 | 0.5 |
| Hex | 72 | 8D | 72 | 13 | 0 | 13 | 2D | 78 | B | 32 |
| Octal | 162 | 215 | 162 | 23 | 0 | 23 | 55 | 170 | 13 | 62 |
| Binary | 1110010 | 10001101 | 1110010 | 10011 | 0 | 10011 | 101101 | 1111000 | 1011 | 110010 |
Color Harmonies of #728D72
Complementary color
Monochromatic Colors of #728D72
Black with #728D72
Text Example
Text Example
White with #728D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D72; }
p { color: rgb(114,141,114); }
H1.HeaderClassName
{
color: #728D72;
}
.AnyTagClassName
{
color: #728D72;
}
</style>
background-color css
<style>
a { background-color: #728D72; }
a { background-color: rgb(114,141,114); }
div.DivClassName
{
background-color: #728D72;
}
.BgClassName
{
background-color: #728D72;
}
</style>
border-color css
<style>
span { border-color: #728D72; }
span { border-color: rgb(114,141,114); }
td.TdClassName
{
border-color: #728D72;
}
.TagClassName
{
border-color: #728D72;
}
</style>