Shades of Laurel #749B75
Tints of Laurel #749B75
RGB
CMYK
RGB Variations
Color information
#749B75 (or 0x749B75) is known color: Laurel. HEX triplet: 74, 9B and 75. RGB value is (116,155,117). Sum of RGB (Red+Green+Blue) = 116+155+117=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 155 - color contains mainly: green. Hex color #749B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749B75 is #8B648A. Grayscale: #8B8B8B. Windows color (decimal): -9135243 or 7707508. OLE color: 7707508.
HSL color Cylindrical-coordinate representation of color #749B75: hue angle of 121.54º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #749B75 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 155 | 117 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.39 |
| HSL | 121.54º | 0.16% | 0.53% | - |
| HSV(B) | 121.54º | 0.25% | 0.61% | - |
| XYZ | 22.13 | 28.44 | 21.15 | - |
| YUV | 139.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 117 | 0.25 | 0 | 0.25 | 0.39 | 121.54 | 0.16 | 0.53 |
| Hex | 74 | 9B | 75 | 19 | 0 | 19 | 27 | 7A | 10 | 35 |
| Octal | 164 | 233 | 165 | 31 | 0 | 31 | 47 | 172 | 20 | 65 |
| Binary | 1110100 | 10011011 | 1110101 | 11001 | 0 | 11001 | 100111 | 1111010 | 10000 | 110101 |
Color Harmonies of #749B75
Complementary color
Monochromatic Colors of #749B75
Black with #749B75
Text Example
Text Example
White with #749B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749B75; }
p { color: rgb(116,155,117); }
H1.HeaderClassName
{
color: #749B75;
}
.AnyTagClassName
{
color: #749B75;
}
</style>
background-color css
<style>
a { background-color: #749B75; }
a { background-color: rgb(116,155,117); }
div.DivClassName
{
background-color: #749B75;
}
.BgClassName
{
background-color: #749B75;
}
</style>
border-color css
<style>
span { border-color: #749B75; }
span { border-color: rgb(116,155,117); }
td.TdClassName
{
border-color: #749B75;
}
.TagClassName
{
border-color: #749B75;
}
</style>