Shades of Highland #758F4B
Tints of Highland #758F4B
RGB
CMYK
RGB Variations
Color information
#758F4B (or 0x758F4B) is known color: Highland. HEX triplet: 75, 8F and 4B. RGB value is (117,143,75). Sum of RGB (Red+Green+Blue) = 117+143+75=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #758F4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F4B is #8A70B4. Grayscale: #7F7F7F. Windows color (decimal): -9072821 or 4951925. OLE color: 4951925.
HSL color Cylindrical-coordinate representation of color #758F4B: hue angle of 82.94º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758F4B is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 75 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.44 |
| HSL | 82.94º | 0.31% | 0.43% | - |
| HSV(B) | 82.94º | 0.48% | 0.56% | - |
| XYZ | 18.43 | 23.93 | 10.31 | - |
| YUV | 127.47 | 98.39 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 75 | 0.18 | 0 | 0.48 | 0.44 | 82.94 | 0.31 | 0.43 |
| Hex | 75 | 8F | 4B | 12 | 0 | 30 | 2C | 53 | 1F | 2B |
| Octal | 165 | 217 | 113 | 22 | 0 | 60 | 54 | 123 | 37 | 53 |
| Binary | 1110101 | 10001111 | 1001011 | 10010 | 0 | 110000 | 101100 | 1010011 | 11111 | 101011 |
Color Harmonies of #758F4B
Complementary color
Monochromatic Colors of #758F4B
Black with #758F4B
Text Example
Text Example
White with #758F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F4B; }
p { color: rgb(117,143,75); }
H1.HeaderClassName
{
color: #758F4B;
}
.AnyTagClassName
{
color: #758F4B;
}
</style>
background-color css
<style>
a { background-color: #758F4B; }
a { background-color: rgb(117,143,75); }
div.DivClassName
{
background-color: #758F4B;
}
.BgClassName
{
background-color: #758F4B;
}
</style>
border-color css
<style>
span { border-color: #758F4B; }
span { border-color: rgb(117,143,75); }
td.TdClassName
{
border-color: #758F4B;
}
.TagClassName
{
border-color: #758F4B;
}
</style>