Shades of Highland #758D53
Tints of Highland #758D53
RGB
CMYK
RGB Variations
Color information
#758D53 (or 0x758D53) is known color: Highland. HEX triplet: 75, 8D and 53. RGB value is (117,141,83). Sum of RGB (Red+Green+Blue) = 117+141+83=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 141 - color contains mainly: green. Hex color #758D53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D53 is #8A72AC. Grayscale: #7F7F7F. Windows color (decimal): -9073325 or 5475701. OLE color: 5475701.
HSL color Cylindrical-coordinate representation of color #758D53: hue angle of 84.83º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #758D53 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 83 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.45 |
| HSL | 84.83º | 0.26% | 0.44% | - |
| HSV(B) | 84.83º | 0.41% | 0.55% | - |
| XYZ | 18.42 | 23.46 | 11.74 | - |
| YUV | 127.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 83 | 0.17 | 0 | 0.41 | 0.45 | 84.83 | 0.26 | 0.44 |
| Hex | 75 | 8D | 53 | 11 | 0 | 29 | 2D | 55 | 1A | 2C |
| Octal | 165 | 215 | 123 | 21 | 0 | 51 | 55 | 125 | 32 | 54 |
| Binary | 1110101 | 10001101 | 1010011 | 10001 | 0 | 101001 | 101101 | 1010101 | 11010 | 101100 |
Color Harmonies of #758D53
Complementary color
Monochromatic Colors of #758D53
Black with #758D53
Text Example
Text Example
White with #758D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D53; }
p { color: rgb(117,141,83); }
H1.HeaderClassName
{
color: #758D53;
}
.AnyTagClassName
{
color: #758D53;
}
</style>
background-color css
<style>
a { background-color: #758D53; }
a { background-color: rgb(117,141,83); }
div.DivClassName
{
background-color: #758D53;
}
.BgClassName
{
background-color: #758D53;
}
</style>
border-color css
<style>
span { border-color: #758D53; }
span { border-color: rgb(117,141,83); }
td.TdClassName
{
border-color: #758D53;
}
.TagClassName
{
border-color: #758D53;
}
</style>