Shades of Laurel #749675
Tints of Laurel #749675
RGB
CMYK
RGB Variations
Color information
#749675 (or 0x749675) is known color: Laurel. HEX triplet: 74, 96 and 75. RGB value is (116,150,117). Sum of RGB (Red+Green+Blue) = 116+150+117=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 150 - color contains mainly: green. Hex color #749675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749675 is #8B698A. Grayscale: #888888. Windows color (decimal): -9136523 or 7706228. OLE color: 7706228.
HSL color Cylindrical-coordinate representation of color #749675: hue angle of 121.76º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #749675 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 150 | 117 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.41 |
| HSL | 121.76º | 0.14% | 0.52% | - |
| HSV(B) | 121.76º | 0.23% | 0.59% | - |
| XYZ | 21.32 | 26.81 | 20.88 | - |
| YUV | 136.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 117 | 0.23 | 0 | 0.22 | 0.41 | 121.76 | 0.14 | 0.52 |
| Hex | 74 | 96 | 75 | 17 | 0 | 16 | 29 | 7A | E | 34 |
| Octal | 164 | 226 | 165 | 27 | 0 | 26 | 51 | 172 | 16 | 64 |
| Binary | 1110100 | 10010110 | 1110101 | 10111 | 0 | 10110 | 101001 | 1111010 | 1110 | 110100 |
Color Harmonies of #749675
Complementary color
Monochromatic Colors of #749675
Black with #749675
Text Example
Text Example
White with #749675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749675; }
p { color: rgb(116,150,117); }
H1.HeaderClassName
{
color: #749675;
}
.AnyTagClassName
{
color: #749675;
}
</style>
background-color css
<style>
a { background-color: #749675; }
a { background-color: rgb(116,150,117); }
div.DivClassName
{
background-color: #749675;
}
.BgClassName
{
background-color: #749675;
}
</style>
border-color css
<style>
span { border-color: #749675; }
span { border-color: rgb(116,150,117); }
td.TdClassName
{
border-color: #749675;
}
.TagClassName
{
border-color: #749675;
}
</style>