Shades of Highland #758F49
Tints of Highland #758F49
RGB
CMYK
RGB Variations
Color information
#758F49 (or 0x758F49) is known color: Highland. HEX triplet: 75, 8F and 49. RGB value is (117,143,73). Sum of RGB (Red+Green+Blue) = 117+143+73=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 143 - color contains mainly: green. Hex color #758F49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F49 is #8A70B6. Grayscale: #7F7F7F. Windows color (decimal): -9072823 or 4820853. OLE color: 4820853.
HSL color Cylindrical-coordinate representation of color #758F49: hue angle of 82.29º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #758F49 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 73 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.44 |
| HSL | 82.29º | 0.32% | 0.42% | - |
| HSV(B) | 82.29º | 0.49% | 0.56% | - |
| XYZ | 18.36 | 23.91 | 9.95 | - |
| YUV | 127.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 73 | 0.18 | 0 | 0.49 | 0.44 | 82.29 | 0.32 | 0.42 |
| Hex | 75 | 8F | 49 | 12 | 0 | 31 | 2C | 52 | 20 | 2A |
| Octal | 165 | 217 | 111 | 22 | 0 | 61 | 54 | 122 | 40 | 52 |
| Binary | 1110101 | 10001111 | 1001001 | 10010 | 0 | 110001 | 101100 | 1010010 | 100000 | 101010 |
Color Harmonies of #758F49
Complementary color
Monochromatic Colors of #758F49
Black with #758F49
Text Example
Text Example
White with #758F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F49; }
p { color: rgb(117,143,73); }
H1.HeaderClassName
{
color: #758F49;
}
.AnyTagClassName
{
color: #758F49;
}
</style>
background-color css
<style>
a { background-color: #758F49; }
a { background-color: rgb(117,143,73); }
div.DivClassName
{
background-color: #758F49;
}
.BgClassName
{
background-color: #758F49;
}
</style>
border-color css
<style>
span { border-color: #758F49; }
span { border-color: rgb(117,143,73); }
td.TdClassName
{
border-color: #758F49;
}
.TagClassName
{
border-color: #758F49;
}
</style>