Shades of Highland #758C53
Tints of Highland #758C53
RGB
CMYK
RGB Variations
Color information
#758C53 (or 0x758C53) is known color: Highland. HEX triplet: 75, 8C and 53. RGB value is (117,140,83). Sum of RGB (Red+Green+Blue) = 117+140+83=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #758C53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C53 is #8A73AC. Grayscale: #7E7E7E. Windows color (decimal): -9073581 or 5475445. OLE color: 5475445.
HSL color Cylindrical-coordinate representation of color #758C53: hue angle of 84.21º 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 #758C53 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 83 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.45 |
| HSL | 84.21º | 0.26% | 0.44% | - |
| HSV(B) | 84.21º | 0.41% | 0.55% | - |
| XYZ | 18.28 | 23.16 | 11.69 | - |
| YUV | 126.63 | 103.38 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 83 | 0.16 | 0 | 0.41 | 0.45 | 84.21 | 0.26 | 0.44 |
| Hex | 75 | 8C | 53 | 10 | 0 | 29 | 2D | 54 | 1A | 2C |
| Octal | 165 | 214 | 123 | 20 | 0 | 51 | 55 | 124 | 32 | 54 |
| Binary | 1110101 | 10001100 | 1010011 | 10000 | 0 | 101001 | 101101 | 1010100 | 11010 | 101100 |
Color Harmonies of #758C53
Complementary color
Monochromatic Colors of #758C53
Black with #758C53
Text Example
Text Example
White with #758C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C53; }
p { color: rgb(117,140,83); }
H1.HeaderClassName
{
color: #758C53;
}
.AnyTagClassName
{
color: #758C53;
}
</style>
background-color css
<style>
a { background-color: #758C53; }
a { background-color: rgb(117,140,83); }
div.DivClassName
{
background-color: #758C53;
}
.BgClassName
{
background-color: #758C53;
}
</style>
border-color css
<style>
span { border-color: #758C53; }
span { border-color: rgb(117,140,83); }
td.TdClassName
{
border-color: #758C53;
}
.TagClassName
{
border-color: #758C53;
}
</style>