Shades of Laurel #728874
Tints of Laurel #728874
RGB
CMYK
RGB Variations
Color information
#728874 (or 0x728874) is known color: Laurel. HEX triplet: 72, 88 and 74. RGB value is (114,136,116). Sum of RGB (Red+Green+Blue) = 114+136+116=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 136 - color contains mainly: green. Hex color #728874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728874 is #8D778B. Grayscale: #7F7F7F. Windows color (decimal): -9271180 or 7637106. OLE color: 7637106.
HSL color Cylindrical-coordinate representation of color #728874: hue angle of 125.45º 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 #728874 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 116 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.47 |
| HSL | 125.45º | 0.09% | 0.49% | - |
| HSV(B) | 125.45º | 0.16% | 0.53% | - |
| XYZ | 18.9 | 22.45 | 19.86 | - |
| YUV | 127.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 116 | 0.16 | 0 | 0.15 | 0.47 | 125.45 | 0.09 | 0.49 |
| Hex | 72 | 88 | 74 | 10 | 0 | F | 2F | 7D | 9 | 31 |
| Octal | 162 | 210 | 164 | 20 | 0 | 17 | 57 | 175 | 11 | 61 |
| Binary | 1110010 | 10001000 | 1110100 | 10000 | 0 | 1111 | 101111 | 1111101 | 1001 | 110001 |
Color Harmonies of #728874
Complementary color
Monochromatic Colors of #728874
Black with #728874
Text Example
Text Example
White with #728874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728874; }
p { color: rgb(114,136,116); }
H1.HeaderClassName
{
color: #728874;
}
.AnyTagClassName
{
color: #728874;
}
</style>
background-color css
<style>
a { background-color: #728874; }
a { background-color: rgb(114,136,116); }
div.DivClassName
{
background-color: #728874;
}
.BgClassName
{
background-color: #728874;
}
</style>
border-color css
<style>
span { border-color: #728874; }
span { border-color: rgb(114,136,116); }
td.TdClassName
{
border-color: #728874;
}
.TagClassName
{
border-color: #728874;
}
</style>