Shades of Laurel #749972
Tints of Laurel #749972
RGB
CMYK
RGB Variations
Color information
#749972 (or 0x749972) is known color: Laurel. HEX triplet: 74, 99 and 72. RGB value is (116,153,114). Sum of RGB (Red+Green+Blue) = 116+153+114=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #749972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749972 is #8B668D. Grayscale: #898989. Windows color (decimal): -9135758 or 7510388. OLE color: 7510388.
HSL color Cylindrical-coordinate representation of color #749972: hue angle of 116.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #749972 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 114 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.4 |
| HSL | 116.92º | 0.16% | 0.52% | - |
| HSV(B) | 116.92º | 0.25% | 0.6% | - |
| XYZ | 21.63 | 27.71 | 20.13 | - |
| YUV | 137.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 114 | 0.24 | 0 | 0.25 | 0.4 | 116.92 | 0.16 | 0.52 |
| Hex | 74 | 99 | 72 | 18 | 0 | 19 | 28 | 75 | 10 | 34 |
| Octal | 164 | 231 | 162 | 30 | 0 | 31 | 50 | 165 | 20 | 64 |
| Binary | 1110100 | 10011001 | 1110010 | 11000 | 0 | 11001 | 101000 | 1110101 | 10000 | 110100 |
Color Harmonies of #749972
Complementary color
Monochromatic Colors of #749972
Black with #749972
Text Example
Text Example
White with #749972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749972; }
p { color: rgb(116,153,114); }
H1.HeaderClassName
{
color: #749972;
}
.AnyTagClassName
{
color: #749972;
}
</style>
background-color css
<style>
a { background-color: #749972; }
a { background-color: rgb(116,153,114); }
div.DivClassName
{
background-color: #749972;
}
.BgClassName
{
background-color: #749972;
}
</style>
border-color css
<style>
span { border-color: #749972; }
span { border-color: rgb(116,153,114); }
td.TdClassName
{
border-color: #749972;
}
.TagClassName
{
border-color: #749972;
}
</style>