Shades of Highland #758B55
Tints of Highland #758B55
RGB
CMYK
RGB Variations
Color information
#758B55 (or 0x758B55) is known color: Highland. HEX triplet: 75, 8B and 55. RGB value is (117,139,85). Sum of RGB (Red+Green+Blue) = 117+139+85=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 139 - color contains mainly: green. Hex color #758B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B55 is #8A74AA. Grayscale: #7E7E7E. Windows color (decimal): -9073835 or 5606261. OLE color: 5606261.
HSL color Cylindrical-coordinate representation of color #758B55: hue angle of 84.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758B55 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 85 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.45 |
| HSL | 84.44º | 0.24% | 0.44% | - |
| HSV(B) | 84.44º | 0.39% | 0.55% | - |
| XYZ | 18.21 | 22.9 | 12.06 | - |
| YUV | 126.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 85 | 0.16 | 0 | 0.39 | 0.45 | 84.44 | 0.24 | 0.44 |
| Hex | 75 | 8B | 55 | 10 | 0 | 27 | 2D | 54 | 18 | 2C |
| Octal | 165 | 213 | 125 | 20 | 0 | 47 | 55 | 124 | 30 | 54 |
| Binary | 1110101 | 10001011 | 1010101 | 10000 | 0 | 100111 | 101101 | 1010100 | 11000 | 101100 |
Color Harmonies of #758B55
Complementary color
Monochromatic Colors of #758B55
Black with #758B55
Text Example
Text Example
White with #758B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B55; }
p { color: rgb(117,139,85); }
H1.HeaderClassName
{
color: #758B55;
}
.AnyTagClassName
{
color: #758B55;
}
</style>
background-color css
<style>
a { background-color: #758B55; }
a { background-color: rgb(117,139,85); }
div.DivClassName
{
background-color: #758B55;
}
.BgClassName
{
background-color: #758B55;
}
</style>
border-color css
<style>
span { border-color: #758B55; }
span { border-color: rgb(117,139,85); }
td.TdClassName
{
border-color: #758B55;
}
.TagClassName
{
border-color: #758B55;
}
</style>