Shades of Laurel #729074
Tints of Laurel #729074
RGB
CMYK
RGB Variations
Color information
#729074 (or 0x729074) is known color: Laurel. HEX triplet: 72, 90 and 74. RGB value is (114,144,116). Sum of RGB (Red+Green+Blue) = 114+144+116=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #729074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729074 is #8D6F8B. Grayscale: #838383. Windows color (decimal): -9269132 or 7639154. OLE color: 7639154.
HSL color Cylindrical-coordinate representation of color #729074: hue angle of 124º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #729074 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 116 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.44 |
| HSL | 124º | 0.12% | 0.51% | - |
| HSV(B) | 124º | 0.21% | 0.56% | - |
| XYZ | 20.07 | 24.78 | 20.25 | - |
| YUV | 131.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 116 | 0.21 | 0 | 0.19 | 0.44 | 124 | 0.12 | 0.51 |
| Hex | 72 | 90 | 74 | 15 | 0 | 13 | 2C | 7C | C | 33 |
| Octal | 162 | 220 | 164 | 25 | 0 | 23 | 54 | 174 | 14 | 63 |
| Binary | 1110010 | 10010000 | 1110100 | 10101 | 0 | 10011 | 101100 | 1111100 | 1100 | 110011 |
Color Harmonies of #729074
Complementary color
Monochromatic Colors of #729074
Black with #729074
Text Example
Text Example
White with #729074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729074; }
p { color: rgb(114,144,116); }
H1.HeaderClassName
{
color: #729074;
}
.AnyTagClassName
{
color: #729074;
}
</style>
background-color css
<style>
a { background-color: #729074; }
a { background-color: rgb(114,144,116); }
div.DivClassName
{
background-color: #729074;
}
.BgClassName
{
background-color: #729074;
}
</style>
border-color css
<style>
span { border-color: #729074; }
span { border-color: rgb(114,144,116); }
td.TdClassName
{
border-color: #729074;
}
.TagClassName
{
border-color: #729074;
}
</style>