Shades of Highland #758B58
Tints of Highland #758B58
RGB
CMYK
RGB Variations
Color information
#758B58 (or 0x758B58) is known color: Highland. HEX triplet: 75, 8B and 58. RGB value is (117,139,88). Sum of RGB (Red+Green+Blue) = 117+139+88=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #758B58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B58 is #8A74A7. Grayscale: #7E7E7E. Windows color (decimal): -9073832 or 5802869. OLE color: 5802869.
HSL color Cylindrical-coordinate representation of color #758B58: hue angle of 85.88º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #758B58 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 88 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.45 |
| HSL | 85.88º | 0.22% | 0.45% | - |
| HSV(B) | 85.88º | 0.37% | 0.55% | - |
| XYZ | 18.33 | 22.95 | 12.7 | - |
| YUV | 126.61 | 106.21 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 88 | 0.16 | 0 | 0.37 | 0.45 | 85.88 | 0.22 | 0.45 |
| Hex | 75 | 8B | 58 | 10 | 0 | 25 | 2D | 56 | 16 | 2D |
| Octal | 165 | 213 | 130 | 20 | 0 | 45 | 55 | 126 | 26 | 55 |
| Binary | 1110101 | 10001011 | 1011000 | 10000 | 0 | 100101 | 101101 | 1010110 | 10110 | 101101 |
Color Harmonies of #758B58
Complementary color
Monochromatic Colors of #758B58
Black with #758B58
Text Example
Text Example
White with #758B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B58; }
p { color: rgb(117,139,88); }
H1.HeaderClassName
{
color: #758B58;
}
.AnyTagClassName
{
color: #758B58;
}
</style>
background-color css
<style>
a { background-color: #758B58; }
a { background-color: rgb(117,139,88); }
div.DivClassName
{
background-color: #758B58;
}
.BgClassName
{
background-color: #758B58;
}
</style>
border-color css
<style>
span { border-color: #758B58; }
span { border-color: rgb(117,139,88); }
td.TdClassName
{
border-color: #758B58;
}
.TagClassName
{
border-color: #758B58;
}
</style>