Shades of Laurel #759C74
Tints of Laurel #759C74
RGB
CMYK
RGB Variations
Color information
#759C74 (or 0x759C74) is known color: Laurel. HEX triplet: 75, 9C and 74. RGB value is (117,156,116). Sum of RGB (Red+Green+Blue) = 117+156+116=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 156 - color contains mainly: green. Hex color #759C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759C74 is #8A638B. Grayscale: #8B8B8B. Windows color (decimal): -9069452 or 7642229. OLE color: 7642229.
HSL color Cylindrical-coordinate representation of color #759C74: hue angle of 118.5º 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 #759C74 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 116 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.39 |
| HSL | 118.5º | 0.17% | 0.53% | - |
| HSV(B) | 118.5º | 0.26% | 0.61% | - |
| XYZ | 22.38 | 28.82 | 20.91 | - |
| YUV | 139.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 116 | 0.25 | 0 | 0.26 | 0.39 | 118.5 | 0.17 | 0.53 |
| Hex | 75 | 9C | 74 | 19 | 0 | 1A | 27 | 76 | 11 | 35 |
| Octal | 165 | 234 | 164 | 31 | 0 | 32 | 47 | 166 | 21 | 65 |
| Binary | 1110101 | 10011100 | 1110100 | 11001 | 0 | 11010 | 100111 | 1110110 | 10001 | 110101 |
Color Harmonies of #759C74
Complementary color
Monochromatic Colors of #759C74
Black with #759C74
Text Example
Text Example
White with #759C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C74; }
p { color: rgb(117,156,116); }
H1.HeaderClassName
{
color: #759C74;
}
.AnyTagClassName
{
color: #759C74;
}
</style>
background-color css
<style>
a { background-color: #759C74; }
a { background-color: rgb(117,156,116); }
div.DivClassName
{
background-color: #759C74;
}
.BgClassName
{
background-color: #759C74;
}
</style>
border-color css
<style>
span { border-color: #759C74; }
span { border-color: rgb(117,156,116); }
td.TdClassName
{
border-color: #759C74;
}
.TagClassName
{
border-color: #759C74;
}
</style>