Shades of Highland #758E58
Tints of Highland #758E58
RGB
CMYK
RGB Variations
Color information
#758E58 (or 0x758E58) is known color: Highland. HEX triplet: 75, 8E and 58. RGB value is (117,142,88). Sum of RGB (Red+Green+Blue) = 117+142+88=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #758E58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758E58 is #8A71A7. Grayscale: #808080. Windows color (decimal): -9073064 or 5803637. OLE color: 5803637.
HSL color Cylindrical-coordinate representation of color #758E58: hue angle of 87.78º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758E58 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 142 | 88 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.44 |
| HSL | 87.78º | 0.23% | 0.45% | - |
| HSV(B) | 87.78º | 0.38% | 0.56% | - |
| XYZ | 18.77 | 23.83 | 12.84 | - |
| YUV | 128.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 88 | 0.18 | 0 | 0.38 | 0.44 | 87.78 | 0.23 | 0.45 |
| Hex | 75 | 8E | 58 | 12 | 0 | 26 | 2C | 58 | 17 | 2D |
| Octal | 165 | 216 | 130 | 22 | 0 | 46 | 54 | 130 | 27 | 55 |
| Binary | 1110101 | 10001110 | 1011000 | 10010 | 0 | 100110 | 101100 | 1011000 | 10111 | 101101 |
Color Harmonies of #758E58
Complementary color
Monochromatic Colors of #758E58
Black with #758E58
Text Example
Text Example
White with #758E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758E58; }
p { color: rgb(117,142,88); }
H1.HeaderClassName
{
color: #758E58;
}
.AnyTagClassName
{
color: #758E58;
}
</style>
background-color css
<style>
a { background-color: #758E58; }
a { background-color: rgb(117,142,88); }
div.DivClassName
{
background-color: #758E58;
}
.BgClassName
{
background-color: #758E58;
}
</style>
border-color css
<style>
span { border-color: #758E58; }
span { border-color: rgb(117,142,88); }
td.TdClassName
{
border-color: #758E58;
}
.TagClassName
{
border-color: #758E58;
}
</style>