Shades of Laurel #749578
Tints of Laurel #749578
RGB
CMYK
RGB Variations
Color information
#749578 (or 0x749578) is known color: Laurel. HEX triplet: 74, 95 and 78. RGB value is (116,149,120). Sum of RGB (Red+Green+Blue) = 116+149+120=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 149 - color contains mainly: green. Hex color #749578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749578 is #8B6A87. Grayscale: #878787. Windows color (decimal): -9136776 or 7902580. OLE color: 7902580.
HSL color Cylindrical-coordinate representation of color #749578: hue angle of 127.27º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #749578 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 120 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.42 |
| HSL | 127.27º | 0.13% | 0.52% | - |
| HSV(B) | 127.27º | 0.22% | 0.58% | - |
| XYZ | 21.34 | 26.56 | 21.77 | - |
| YUV | 135.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 120 | 0.22 | 0 | 0.19 | 0.42 | 127.27 | 0.13 | 0.52 |
| Hex | 74 | 95 | 78 | 16 | 0 | 13 | 2A | 7F | D | 34 |
| Octal | 164 | 225 | 170 | 26 | 0 | 23 | 52 | 177 | 15 | 64 |
| Binary | 1110100 | 10010101 | 1111000 | 10110 | 0 | 10011 | 101010 | 1111111 | 1101 | 110100 |
Color Harmonies of #749578
Complementary color
Monochromatic Colors of #749578
Black with #749578
Text Example
Text Example
White with #749578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749578; }
p { color: rgb(116,149,120); }
H1.HeaderClassName
{
color: #749578;
}
.AnyTagClassName
{
color: #749578;
}
</style>
background-color css
<style>
a { background-color: #749578; }
a { background-color: rgb(116,149,120); }
div.DivClassName
{
background-color: #749578;
}
.BgClassName
{
background-color: #749578;
}
</style>
border-color css
<style>
span { border-color: #749578; }
span { border-color: rgb(116,149,120); }
td.TdClassName
{
border-color: #749578;
}
.TagClassName
{
border-color: #749578;
}
</style>