Shades of Highland #758C57
Tints of Highland #758C57
RGB
CMYK
RGB Variations
Color information
#758C57 (or 0x758C57) is known color: Highland. HEX triplet: 75, 8C and 57. RGB value is (117,140,87). Sum of RGB (Red+Green+Blue) = 117+140+87=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 140 - color contains mainly: green. Hex color #758C57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C57 is #8A73A8. Grayscale: #7F7F7F. Windows color (decimal): -9073577 or 5737589. OLE color: 5737589.
HSL color Cylindrical-coordinate representation of color #758C57: hue angle of 86.04º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758C57 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 87 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.45 |
| HSL | 86.04º | 0.23% | 0.45% | - |
| HSV(B) | 86.04º | 0.38% | 0.55% | - |
| XYZ | 18.43 | 23.23 | 12.53 | - |
| YUV | 127.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 87 | 0.16 | 0 | 0.38 | 0.45 | 86.04 | 0.23 | 0.45 |
| Hex | 75 | 8C | 57 | 10 | 0 | 26 | 2D | 56 | 17 | 2D |
| Octal | 165 | 214 | 127 | 20 | 0 | 46 | 55 | 126 | 27 | 55 |
| Binary | 1110101 | 10001100 | 1010111 | 10000 | 0 | 100110 | 101101 | 1010110 | 10111 | 101101 |
Color Harmonies of #758C57
Complementary color
Monochromatic Colors of #758C57
Black with #758C57
Text Example
Text Example
White with #758C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C57; }
p { color: rgb(117,140,87); }
H1.HeaderClassName
{
color: #758C57;
}
.AnyTagClassName
{
color: #758C57;
}
</style>
background-color css
<style>
a { background-color: #758C57; }
a { background-color: rgb(117,140,87); }
div.DivClassName
{
background-color: #758C57;
}
.BgClassName
{
background-color: #758C57;
}
</style>
border-color css
<style>
span { border-color: #758C57; }
span { border-color: rgb(117,140,87); }
td.TdClassName
{
border-color: #758C57;
}
.TagClassName
{
border-color: #758C57;
}
</style>