Shades of Laurel #749C74
Tints of Laurel #749C74
RGB
CMYK
RGB Variations
Color information
#749C74 (or 0x749C74) is known color: Laurel. HEX triplet: 74, 9C and 74. RGB value is (116,156,116). Sum of RGB (Red+Green+Blue) = 116+156+116=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 156 - color contains mainly: green. Hex color #749C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749C74 is #8B638B. Grayscale: #8B8B8B. Windows color (decimal): -9134988 or 7642228. OLE color: 7642228.
HSL color Cylindrical-coordinate representation of color #749C74: hue angle of 120º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749C74 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 116 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.39 |
| HSL | 120º | 0.17% | 0.53% | - |
| HSV(B) | 120º | 0.26% | 0.61% | - |
| XYZ | 22.24 | 28.75 | 20.9 | - |
| YUV | 139.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 116 | 0.26 | 0 | 0.26 | 0.39 | 120 | 0.17 | 0.53 |
| Hex | 74 | 9C | 74 | 1A | 0 | 1A | 27 | 78 | 11 | 35 |
| Octal | 164 | 234 | 164 | 32 | 0 | 32 | 47 | 170 | 21 | 65 |
| Binary | 1110100 | 10011100 | 1110100 | 11010 | 0 | 11010 | 100111 | 1111000 | 10001 | 110101 |
Color Harmonies of #749C74
Complementary color
Monochromatic Colors of #749C74
Black with #749C74
Text Example
Text Example
White with #749C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C74; }
p { color: rgb(116,156,116); }
H1.HeaderClassName
{
color: #749C74;
}
.AnyTagClassName
{
color: #749C74;
}
</style>
background-color css
<style>
a { background-color: #749C74; }
a { background-color: rgb(116,156,116); }
div.DivClassName
{
background-color: #749C74;
}
.BgClassName
{
background-color: #749C74;
}
</style>
border-color css
<style>
span { border-color: #749C74; }
span { border-color: rgb(116,156,116); }
td.TdClassName
{
border-color: #749C74;
}
.TagClassName
{
border-color: #749C74;
}
</style>