Shades of Highland #75955B
Tints of Highland #75955B
RGB
CMYK
RGB Variations
Color information
#75955B (or 0x75955B) is known color: Highland. HEX triplet: 75, 95 and 5B. RGB value is (117,149,91). Sum of RGB (Red+Green+Blue) = 117+149+91=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #75955B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75955B is #8A6AA4. Grayscale: #858585. Windows color (decimal): -9071269 or 6002037. OLE color: 6002037.
HSL color Cylindrical-coordinate representation of color #75955B: hue angle of 93.1º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75955B is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 149 | 91 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.42 |
| HSL | 93.1º | 0.24% | 0.47% | - |
| HSV(B) | 93.1º | 0.39% | 0.58% | - |
| XYZ | 19.97 | 26.03 | 13.87 | - |
| YUV | 132.82 | 104.4 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 91 | 0.21 | 0 | 0.39 | 0.42 | 93.1 | 0.24 | 0.47 |
| Hex | 75 | 95 | 5B | 15 | 0 | 27 | 2A | 5D | 18 | 2F |
| Octal | 165 | 225 | 133 | 25 | 0 | 47 | 52 | 135 | 30 | 57 |
| Binary | 1110101 | 10010101 | 1011011 | 10101 | 0 | 100111 | 101010 | 1011101 | 11000 | 101111 |
Color Harmonies of #75955B
Complementary color
Monochromatic Colors of #75955B
Black with #75955B
Text Example
Text Example
White with #75955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75955B; }
p { color: rgb(117,149,91); }
H1.HeaderClassName
{
color: #75955B;
}
.AnyTagClassName
{
color: #75955B;
}
</style>
background-color css
<style>
a { background-color: #75955B; }
a { background-color: rgb(117,149,91); }
div.DivClassName
{
background-color: #75955B;
}
.BgClassName
{
background-color: #75955B;
}
</style>
border-color css
<style>
span { border-color: #75955B; }
span { border-color: rgb(117,149,91); }
td.TdClassName
{
border-color: #75955B;
}
.TagClassName
{
border-color: #75955B;
}
</style>