Shades of Highland #758C56
Tints of Highland #758C56
RGB
CMYK
RGB Variations
Color information
#758C56 (or 0x758C56) is known color: Highland. HEX triplet: 75, 8C and 56. RGB value is (117,140,86). Sum of RGB (Red+Green+Blue) = 117+140+86=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 140 - color contains mainly: green. Hex color #758C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C56 is #8A73A9. Grayscale: #7F7F7F. Windows color (decimal): -9073578 or 5672053. OLE color: 5672053.
HSL color Cylindrical-coordinate representation of color #758C56: hue angle of 85.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758C56 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 86 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.45 |
| HSL | 85.56º | 0.24% | 0.44% | - |
| HSV(B) | 85.56º | 0.39% | 0.55% | - |
| XYZ | 18.39 | 23.21 | 12.31 | - |
| YUV | 126.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 86 | 0.16 | 0 | 0.39 | 0.45 | 85.56 | 0.24 | 0.44 |
| Hex | 75 | 8C | 56 | 10 | 0 | 27 | 2D | 56 | 18 | 2C |
| Octal | 165 | 214 | 126 | 20 | 0 | 47 | 55 | 126 | 30 | 54 |
| Binary | 1110101 | 10001100 | 1010110 | 10000 | 0 | 100111 | 101101 | 1010110 | 11000 | 101100 |
Color Harmonies of #758C56
Complementary color
Monochromatic Colors of #758C56
Black with #758C56
Text Example
Text Example
White with #758C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C56; }
p { color: rgb(117,140,86); }
H1.HeaderClassName
{
color: #758C56;
}
.AnyTagClassName
{
color: #758C56;
}
</style>
background-color css
<style>
a { background-color: #758C56; }
a { background-color: rgb(117,140,86); }
div.DivClassName
{
background-color: #758C56;
}
.BgClassName
{
background-color: #758C56;
}
</style>
border-color css
<style>
span { border-color: #758C56; }
span { border-color: rgb(117,140,86); }
td.TdClassName
{
border-color: #758C56;
}
.TagClassName
{
border-color: #758C56;
}
</style>