Shades of Laurel #749976
Tints of Laurel #749976
RGB
CMYK
RGB Variations
Color information
#749976 (or 0x749976) is known color: Laurel. HEX triplet: 74, 99 and 76. RGB value is (116,153,118). Sum of RGB (Red+Green+Blue) = 116+153+118=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #749976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749976 is #8B6689. Grayscale: #8A8A8A. Windows color (decimal): -9135754 or 7772532. OLE color: 7772532.
HSL color Cylindrical-coordinate representation of color #749976: hue angle of 123.24º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749976 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 118 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.4 |
| HSL | 123.24º | 0.15% | 0.53% | - |
| HSV(B) | 123.24º | 0.24% | 0.6% | - |
| XYZ | 21.86 | 27.8 | 21.35 | - |
| YUV | 137.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 118 | 0.24 | 0 | 0.23 | 0.4 | 123.24 | 0.15 | 0.53 |
| Hex | 74 | 99 | 76 | 18 | 0 | 17 | 28 | 7B | F | 35 |
| Octal | 164 | 231 | 166 | 30 | 0 | 27 | 50 | 173 | 17 | 65 |
| Binary | 1110100 | 10011001 | 1110110 | 11000 | 0 | 10111 | 101000 | 1111011 | 1111 | 110101 |
Color Harmonies of #749976
Complementary color
Monochromatic Colors of #749976
Black with #749976
Text Example
Text Example
White with #749976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749976; }
p { color: rgb(116,153,118); }
H1.HeaderClassName
{
color: #749976;
}
.AnyTagClassName
{
color: #749976;
}
</style>
background-color css
<style>
a { background-color: #749976; }
a { background-color: rgb(116,153,118); }
div.DivClassName
{
background-color: #749976;
}
.BgClassName
{
background-color: #749976;
}
</style>
border-color css
<style>
span { border-color: #749976; }
span { border-color: rgb(116,153,118); }
td.TdClassName
{
border-color: #749976;
}
.TagClassName
{
border-color: #749976;
}
</style>