Shades of Laurel #728973
Tints of Laurel #728973
RGB
CMYK
RGB Variations
Color information
#728973 (or 0x728973) is known color: Laurel. HEX triplet: 72, 89 and 73. RGB value is (114,137,115). Sum of RGB (Red+Green+Blue) = 114+137+115=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #728973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728973 is #8D768C. Grayscale: #7F7F7F. Windows color (decimal): -9270925 or 7571826. OLE color: 7571826.
HSL color Cylindrical-coordinate representation of color #728973: hue angle of 122.61º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728973 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 137 | 115 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.46 |
| HSL | 122.61º | 0.09% | 0.49% | - |
| HSV(B) | 122.61º | 0.17% | 0.54% | - |
| XYZ | 18.98 | 22.71 | 19.6 | - |
| YUV | 127.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 115 | 0.17 | 0 | 0.16 | 0.46 | 122.61 | 0.09 | 0.49 |
| Hex | 72 | 89 | 73 | 11 | 0 | 10 | 2E | 7B | 9 | 31 |
| Octal | 162 | 211 | 163 | 21 | 0 | 20 | 56 | 173 | 11 | 61 |
| Binary | 1110010 | 10001001 | 1110011 | 10001 | 0 | 10000 | 101110 | 1111011 | 1001 | 110001 |
Color Harmonies of #728973
Complementary color
Monochromatic Colors of #728973
Black with #728973
Text Example
Text Example
White with #728973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728973; }
p { color: rgb(114,137,115); }
H1.HeaderClassName
{
color: #728973;
}
.AnyTagClassName
{
color: #728973;
}
</style>
background-color css
<style>
a { background-color: #728973; }
a { background-color: rgb(114,137,115); }
div.DivClassName
{
background-color: #728973;
}
.BgClassName
{
background-color: #728973;
}
</style>
border-color css
<style>
span { border-color: #728973; }
span { border-color: rgb(114,137,115); }
td.TdClassName
{
border-color: #728973;
}
.TagClassName
{
border-color: #728973;
}
</style>