Shades of Highland #75885B
Tints of Highland #75885B
RGB
CMYK
RGB Variations
Color information
#75885B (or 0x75885B) is known color: Highland. HEX triplet: 75, 88 and 5B. RGB value is (117,136,91). Sum of RGB (Red+Green+Blue) = 117+136+91=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #75885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75885B is #8A77A4. Grayscale: #7D7D7D. Windows color (decimal): -9074597 or 5998709. OLE color: 5998709.
HSL color Cylindrical-coordinate representation of color #75885B: hue angle of 85.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75885B is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 91 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.47 |
| HSL | 85.33º | 0.2% | 0.45% | - |
| HSV(B) | 85.33º | 0.33% | 0.53% | - |
| XYZ | 18.03 | 22.15 | 13.22 | - |
| YUV | 125.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 91 | 0.14 | 0 | 0.33 | 0.47 | 85.33 | 0.2 | 0.45 |
| Hex | 75 | 88 | 5B | E | 0 | 21 | 2F | 55 | 14 | 2D |
| Octal | 165 | 210 | 133 | 16 | 0 | 41 | 57 | 125 | 24 | 55 |
| Binary | 1110101 | 10001000 | 1011011 | 1110 | 0 | 100001 | 101111 | 1010101 | 10100 | 101101 |
Color Harmonies of #75885B
Complementary color
Monochromatic Colors of #75885B
Black with #75885B
Text Example
Text Example
White with #75885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75885B; }
p { color: rgb(117,136,91); }
H1.HeaderClassName
{
color: #75885B;
}
.AnyTagClassName
{
color: #75885B;
}
</style>
background-color css
<style>
a { background-color: #75885B; }
a { background-color: rgb(117,136,91); }
div.DivClassName
{
background-color: #75885B;
}
.BgClassName
{
background-color: #75885B;
}
</style>
border-color css
<style>
span { border-color: #75885B; }
span { border-color: rgb(117,136,91); }
td.TdClassName
{
border-color: #75885B;
}
.TagClassName
{
border-color: #75885B;
}
</style>