Shades of Laurel #728D74
Tints of Laurel #728D74
RGB
CMYK
RGB Variations
Color information
#728D74 (or 0x728D74) is known color: Laurel. HEX triplet: 72, 8D and 74. RGB value is (114,141,116). Sum of RGB (Red+Green+Blue) = 114+141+116=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #728D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D74 is #8D728B. Grayscale: #828282. Windows color (decimal): -9269900 or 7638386. OLE color: 7638386.
HSL color Cylindrical-coordinate representation of color #728D74: hue angle of 124.44º 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 #728D74 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 141 | 116 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.45 |
| HSL | 124.44º | 0.11% | 0.5% | - |
| HSV(B) | 124.44º | 0.19% | 0.55% | - |
| XYZ | 19.62 | 23.89 | 20.1 | - |
| YUV | 130.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 116 | 0.19 | 0 | 0.18 | 0.45 | 124.44 | 0.11 | 0.5 |
| Hex | 72 | 8D | 74 | 13 | 0 | 12 | 2D | 7C | B | 32 |
| Octal | 162 | 215 | 164 | 23 | 0 | 22 | 55 | 174 | 13 | 62 |
| Binary | 1110010 | 10001101 | 1110100 | 10011 | 0 | 10010 | 101101 | 1111100 | 1011 | 110010 |
Color Harmonies of #728D74
Complementary color
Monochromatic Colors of #728D74
Black with #728D74
Text Example
Text Example
White with #728D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D74; }
p { color: rgb(114,141,116); }
H1.HeaderClassName
{
color: #728D74;
}
.AnyTagClassName
{
color: #728D74;
}
</style>
background-color css
<style>
a { background-color: #728D74; }
a { background-color: rgb(114,141,116); }
div.DivClassName
{
background-color: #728D74;
}
.BgClassName
{
background-color: #728D74;
}
</style>
border-color css
<style>
span { border-color: #728D74; }
span { border-color: rgb(114,141,116); }
td.TdClassName
{
border-color: #728D74;
}
.TagClassName
{
border-color: #728D74;
}
</style>