Shades of Highland #75915A
Tints of Highland #75915A
RGB
CMYK
RGB Variations
Color information
#75915A (or 0x75915A) is known color: Highland. HEX triplet: 75, 91 and 5A. RGB value is (117,145,90). Sum of RGB (Red+Green+Blue) = 117+145+90=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #75915A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75915A is #8A6EA5. Grayscale: #828282. Windows color (decimal): -9072294 or 5935477. OLE color: 5935477.
HSL color Cylindrical-coordinate representation of color #75915A: hue angle of 90.55º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75915A is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 145 | 90 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.43 |
| HSL | 90.55º | 0.23% | 0.46% | - |
| HSV(B) | 90.55º | 0.38% | 0.57% | - |
| XYZ | 19.31 | 24.77 | 13.44 | - |
| YUV | 130.36 | 105.22 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 90 | 0.19 | 0 | 0.38 | 0.43 | 90.55 | 0.23 | 0.46 |
| Hex | 75 | 91 | 5A | 13 | 0 | 26 | 2B | 5B | 17 | 2E |
| Octal | 165 | 221 | 132 | 23 | 0 | 46 | 53 | 133 | 27 | 56 |
| Binary | 1110101 | 10010001 | 1011010 | 10011 | 0 | 100110 | 101011 | 1011011 | 10111 | 101110 |
Color Harmonies of #75915A
Complementary color
Monochromatic Colors of #75915A
Black with #75915A
Text Example
Text Example
White with #75915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75915A; }
p { color: rgb(117,145,90); }
H1.HeaderClassName
{
color: #75915A;
}
.AnyTagClassName
{
color: #75915A;
}
</style>
background-color css
<style>
a { background-color: #75915A; }
a { background-color: rgb(117,145,90); }
div.DivClassName
{
background-color: #75915A;
}
.BgClassName
{
background-color: #75915A;
}
</style>
border-color css
<style>
span { border-color: #75915A; }
span { border-color: rgb(117,145,90); }
td.TdClassName
{
border-color: #75915A;
}
.TagClassName
{
border-color: #75915A;
}
</style>