Shades of Laurel #728875
Tints of Laurel #728875
RGB
CMYK
RGB Variations
Color information
#728875 (or 0x728875) is known color: Laurel. HEX triplet: 72, 88 and 75. RGB value is (114,136,117). Sum of RGB (Red+Green+Blue) = 114+136+117=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #728875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728875 is #8D778A. Grayscale: #7F7F7F. Windows color (decimal): -9271179 or 7702642. OLE color: 7702642.
HSL color Cylindrical-coordinate representation of color #728875: hue angle of 128.18º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #728875 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 117 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.47 |
| HSL | 128.18º | 0.09% | 0.49% | - |
| HSV(B) | 128.18º | 0.16% | 0.53% | - |
| XYZ | 18.95 | 22.47 | 20.17 | - |
| YUV | 127.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 117 | 0.16 | 0 | 0.14 | 0.47 | 128.18 | 0.09 | 0.49 |
| Hex | 72 | 88 | 75 | 10 | 0 | E | 2F | 80 | 9 | 31 |
| Octal | 162 | 210 | 165 | 20 | 0 | 16 | 57 | 200 | 11 | 61 |
| Binary | 1110010 | 10001000 | 1110101 | 10000 | 0 | 1110 | 101111 | 10000000 | 1001 | 110001 |
Color Harmonies of #728875
Complementary color
Monochromatic Colors of #728875
Black with #728875
Text Example
Text Example
White with #728875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728875; }
p { color: rgb(114,136,117); }
H1.HeaderClassName
{
color: #728875;
}
.AnyTagClassName
{
color: #728875;
}
</style>
background-color css
<style>
a { background-color: #728875; }
a { background-color: rgb(114,136,117); }
div.DivClassName
{
background-color: #728875;
}
.BgClassName
{
background-color: #728875;
}
</style>
border-color css
<style>
span { border-color: #728875; }
span { border-color: rgb(114,136,117); }
td.TdClassName
{
border-color: #728875;
}
.TagClassName
{
border-color: #728875;
}
</style>