Shades of Laurel #729377
Tints of Laurel #729377
RGB
CMYK
RGB Variations
Color information
#729377 (or 0x729377) is known color: Laurel. HEX triplet: 72, 93 and 77. RGB value is (114,147,119). Sum of RGB (Red+Green+Blue) = 114+147+119=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #729377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729377 is #8D6C88. Grayscale: #868686. Windows color (decimal): -9268361 or 7836530. OLE color: 7836530.
HSL color Cylindrical-coordinate representation of color #729377: hue angle of 129.09º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729377 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 147 | 119 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.42 |
| HSL | 129.09º | 0.13% | 0.51% | - |
| HSV(B) | 129.09º | 0.22% | 0.58% | - |
| XYZ | 20.7 | 25.78 | 21.34 | - |
| YUV | 133.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 119 | 0.22 | 0 | 0.19 | 0.42 | 129.09 | 0.13 | 0.51 |
| Hex | 72 | 93 | 77 | 16 | 0 | 13 | 2A | 81 | D | 33 |
| Octal | 162 | 223 | 167 | 26 | 0 | 23 | 52 | 201 | 15 | 63 |
| Binary | 1110010 | 10010011 | 1110111 | 10110 | 0 | 10011 | 101010 | 10000001 | 1101 | 110011 |
Color Harmonies of #729377
Complementary color
Monochromatic Colors of #729377
Black with #729377
Text Example
Text Example
White with #729377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729377; }
p { color: rgb(114,147,119); }
H1.HeaderClassName
{
color: #729377;
}
.AnyTagClassName
{
color: #729377;
}
</style>
background-color css
<style>
a { background-color: #729377; }
a { background-color: rgb(114,147,119); }
div.DivClassName
{
background-color: #729377;
}
.BgClassName
{
background-color: #729377;
}
</style>
border-color css
<style>
span { border-color: #729377; }
span { border-color: rgb(114,147,119); }
td.TdClassName
{
border-color: #729377;
}
.TagClassName
{
border-color: #729377;
}
</style>