Shades of Laurel #729271
Tints of Laurel #729271
RGB
CMYK
RGB Variations
Color information
#729271 (or 0x729271) is known color: Laurel. HEX triplet: 72, 92 and 71. RGB value is (114,146,113). Sum of RGB (Red+Green+Blue) = 114+146+113=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #729271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729271 is #8D6D8E. Grayscale: #848484. Windows color (decimal): -9268623 or 7443058. OLE color: 7443058.
HSL color Cylindrical-coordinate representation of color #729271: hue angle of 118.18º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #729271 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 146 | 113 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.43 |
| HSL | 118.18º | 0.13% | 0.51% | - |
| HSV(B) | 118.18º | 0.23% | 0.57% | - |
| XYZ | 20.2 | 25.33 | 19.45 | - |
| YUV | 132.67 | 116.9 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 113 | 0.22 | 0 | 0.23 | 0.43 | 118.18 | 0.13 | 0.51 |
| Hex | 72 | 92 | 71 | 16 | 0 | 17 | 2B | 76 | D | 33 |
| Octal | 162 | 222 | 161 | 26 | 0 | 27 | 53 | 166 | 15 | 63 |
| Binary | 1110010 | 10010010 | 1110001 | 10110 | 0 | 10111 | 101011 | 1110110 | 1101 | 110011 |
Color Harmonies of #729271
Complementary color
Monochromatic Colors of #729271
Black with #729271
Text Example
Text Example
White with #729271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729271; }
p { color: rgb(114,146,113); }
H1.HeaderClassName
{
color: #729271;
}
.AnyTagClassName
{
color: #729271;
}
</style>
background-color css
<style>
a { background-color: #729271; }
a { background-color: rgb(114,146,113); }
div.DivClassName
{
background-color: #729271;
}
.BgClassName
{
background-color: #729271;
}
</style>
border-color css
<style>
span { border-color: #729271; }
span { border-color: rgb(114,146,113); }
td.TdClassName
{
border-color: #729271;
}
.TagClassName
{
border-color: #729271;
}
</style>