Shades of Highland #758B50
Tints of Highland #758B50
RGB
CMYK
RGB Variations
Color information
#758B50 (or 0x758B50) is known color: Highland. HEX triplet: 75, 8B and 50. RGB value is (117,139,80). Sum of RGB (Red+Green+Blue) = 117+139+80=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #758B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B50 is #8A74AF. Grayscale: #7D7D7D. Windows color (decimal): -9073840 or 5278581. OLE color: 5278581.
HSL color Cylindrical-coordinate representation of color #758B50: hue angle of 82.37º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #758B50 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 80 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.45 |
| HSL | 82.37º | 0.27% | 0.43% | - |
| HSV(B) | 82.37º | 0.42% | 0.55% | - |
| XYZ | 18.02 | 22.83 | 11.05 | - |
| YUV | 125.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 80 | 0.16 | 0 | 0.42 | 0.45 | 82.37 | 0.27 | 0.43 |
| Hex | 75 | 8B | 50 | 10 | 0 | 2A | 2D | 52 | 1B | 2B |
| Octal | 165 | 213 | 120 | 20 | 0 | 52 | 55 | 122 | 33 | 53 |
| Binary | 1110101 | 10001011 | 1010000 | 10000 | 0 | 101010 | 101101 | 1010010 | 11011 | 101011 |
Color Harmonies of #758B50
Complementary color
Monochromatic Colors of #758B50
Black with #758B50
Text Example
Text Example
White with #758B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B50; }
p { color: rgb(117,139,80); }
H1.HeaderClassName
{
color: #758B50;
}
.AnyTagClassName
{
color: #758B50;
}
</style>
background-color css
<style>
a { background-color: #758B50; }
a { background-color: rgb(117,139,80); }
div.DivClassName
{
background-color: #758B50;
}
.BgClassName
{
background-color: #758B50;
}
</style>
border-color css
<style>
span { border-color: #758B50; }
span { border-color: rgb(117,139,80); }
td.TdClassName
{
border-color: #758B50;
}
.TagClassName
{
border-color: #758B50;
}
</style>