Shades of Laurel #728F76
Tints of Laurel #728F76
RGB
CMYK
RGB Variations
Color information
#728F76 (or 0x728F76) is known color: Laurel. HEX triplet: 72, 8F and 76. RGB value is (114,143,118). Sum of RGB (Red+Green+Blue) = 114+143+118=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 143 - color contains mainly: green. Hex color #728F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728F76 is #8D7089. Grayscale: #838383. Windows color (decimal): -9269386 or 7769970. OLE color: 7769970.
HSL color Cylindrical-coordinate representation of color #728F76: hue angle of 128.28º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #728F76 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 143 | 118 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.44 |
| HSL | 128.28º | 0.11% | 0.5% | - |
| HSV(B) | 128.28º | 0.2% | 0.56% | - |
| XYZ | 20.03 | 24.53 | 20.82 | - |
| YUV | 131.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 118 | 0.20 | 0 | 0.17 | 0.44 | 128.28 | 0.11 | 0.5 |
| Hex | 72 | 8F | 76 | 14 | 0 | 11 | 2C | 80 | B | 32 |
| Octal | 162 | 217 | 166 | 24 | 0 | 21 | 54 | 200 | 13 | 62 |
| Binary | 1110010 | 10001111 | 1110110 | 10100 | 0 | 10001 | 101100 | 10000000 | 1011 | 110010 |
Color Harmonies of #728F76
Complementary color
Monochromatic Colors of #728F76
Black with #728F76
Text Example
Text Example
White with #728F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728F76; }
p { color: rgb(114,143,118); }
H1.HeaderClassName
{
color: #728F76;
}
.AnyTagClassName
{
color: #728F76;
}
</style>
background-color css
<style>
a { background-color: #728F76; }
a { background-color: rgb(114,143,118); }
div.DivClassName
{
background-color: #728F76;
}
.BgClassName
{
background-color: #728F76;
}
</style>
border-color css
<style>
span { border-color: #728F76; }
span { border-color: rgb(114,143,118); }
td.TdClassName
{
border-color: #728F76;
}
.TagClassName
{
border-color: #728F76;
}
</style>