Shades of Highland #758D58
Tints of Highland #758D58
RGB
CMYK
RGB Variations
Color information
#758D58 (or 0x758D58) is known color: Highland. HEX triplet: 75, 8D and 58. RGB value is (117,141,88). Sum of RGB (Red+Green+Blue) = 117+141+88=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #758D58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D58 is #8A72A7. Grayscale: #7F7F7F. Windows color (decimal): -9073320 or 5803381. OLE color: 5803381.
HSL color Cylindrical-coordinate representation of color #758D58: hue angle of 87.17º 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 #758D58 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 88 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.45 |
| HSL | 87.17º | 0.23% | 0.45% | - |
| HSV(B) | 87.17º | 0.38% | 0.55% | - |
| XYZ | 18.62 | 23.54 | 12.79 | - |
| YUV | 127.78 | 105.55 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 88 | 0.17 | 0 | 0.38 | 0.45 | 87.17 | 0.23 | 0.45 |
| Hex | 75 | 8D | 58 | 11 | 0 | 26 | 2D | 57 | 17 | 2D |
| Octal | 165 | 215 | 130 | 21 | 0 | 46 | 55 | 127 | 27 | 55 |
| Binary | 1110101 | 10001101 | 1011000 | 10001 | 0 | 100110 | 101101 | 1010111 | 10111 | 101101 |
Color Harmonies of #758D58
Complementary color
Monochromatic Colors of #758D58
Black with #758D58
Text Example
Text Example
White with #758D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D58; }
p { color: rgb(117,141,88); }
H1.HeaderClassName
{
color: #758D58;
}
.AnyTagClassName
{
color: #758D58;
}
</style>
background-color css
<style>
a { background-color: #758D58; }
a { background-color: rgb(117,141,88); }
div.DivClassName
{
background-color: #758D58;
}
.BgClassName
{
background-color: #758D58;
}
</style>
border-color css
<style>
span { border-color: #758D58; }
span { border-color: rgb(117,141,88); }
td.TdClassName
{
border-color: #758D58;
}
.TagClassName
{
border-color: #758D58;
}
</style>