Shades of Highland #758B56
Tints of Highland #758B56
RGB
CMYK
RGB Variations
Color information
#758B56 (or 0x758B56) is known color: Highland. HEX triplet: 75, 8B and 56. RGB value is (117,139,86). Sum of RGB (Red+Green+Blue) = 117+139+86=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #758B56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B56 is #8A74A9. Grayscale: #7E7E7E. Windows color (decimal): -9073834 or 5671797. OLE color: 5671797.
HSL color Cylindrical-coordinate representation of color #758B56: hue angle of 84.91º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758B56 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 86 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.45 |
| HSL | 84.91º | 0.24% | 0.44% | - |
| HSV(B) | 84.91º | 0.38% | 0.55% | - |
| XYZ | 18.25 | 22.92 | 12.27 | - |
| YUV | 126.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 86 | 0.16 | 0 | 0.38 | 0.45 | 84.91 | 0.24 | 0.44 |
| Hex | 75 | 8B | 56 | 10 | 0 | 26 | 2D | 55 | 18 | 2C |
| Octal | 165 | 213 | 126 | 20 | 0 | 46 | 55 | 125 | 30 | 54 |
| Binary | 1110101 | 10001011 | 1010110 | 10000 | 0 | 100110 | 101101 | 1010101 | 11000 | 101100 |
Color Harmonies of #758B56
Complementary color
Monochromatic Colors of #758B56
Black with #758B56
Text Example
Text Example
White with #758B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B56; }
p { color: rgb(117,139,86); }
H1.HeaderClassName
{
color: #758B56;
}
.AnyTagClassName
{
color: #758B56;
}
</style>
background-color css
<style>
a { background-color: #758B56; }
a { background-color: rgb(117,139,86); }
div.DivClassName
{
background-color: #758B56;
}
.BgClassName
{
background-color: #758B56;
}
</style>
border-color css
<style>
span { border-color: #758B56; }
span { border-color: rgb(117,139,86); }
td.TdClassName
{
border-color: #758B56;
}
.TagClassName
{
border-color: #758B56;
}
</style>