Shades of Highland #758D61
Tints of Highland #758D61
RGB
CMYK
RGB Variations
Color information
#758D61 (or 0x758D61) is known color: Highland. HEX triplet: 75, 8D and 61. RGB value is (117,141,97). Sum of RGB (Red+Green+Blue) = 117+141+97=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 141 - color contains mainly: green. Hex color #758D61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D61 is #8A729E. Grayscale: #808080. Windows color (decimal): -9073311 or 6393205. OLE color: 6393205.
HSL color Cylindrical-coordinate representation of color #758D61: hue angle of 92.73º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #758D61 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 97 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.45 |
| HSL | 92.73º | 0.18% | 0.47% | - |
| HSV(B) | 92.73º | 0.31% | 0.55% | - |
| XYZ | 19.02 | 23.69 | 14.88 | - |
| YUV | 128.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 97 | 0.17 | 0 | 0.31 | 0.45 | 92.73 | 0.18 | 0.47 |
| Hex | 75 | 8D | 61 | 11 | 0 | 1F | 2D | 5D | 12 | 2F |
| Octal | 165 | 215 | 141 | 21 | 0 | 37 | 55 | 135 | 22 | 57 |
| Binary | 1110101 | 10001101 | 1100001 | 10001 | 0 | 11111 | 101101 | 1011101 | 10010 | 101111 |
Color Harmonies of #758D61
Complementary color
Monochromatic Colors of #758D61
Black with #758D61
Text Example
Text Example
White with #758D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D61; }
p { color: rgb(117,141,97); }
H1.HeaderClassName
{
color: #758D61;
}
.AnyTagClassName
{
color: #758D61;
}
</style>
background-color css
<style>
a { background-color: #758D61; }
a { background-color: rgb(117,141,97); }
div.DivClassName
{
background-color: #758D61;
}
.BgClassName
{
background-color: #758D61;
}
</style>
border-color css
<style>
span { border-color: #758D61; }
span { border-color: rgb(117,141,97); }
td.TdClassName
{
border-color: #758D61;
}
.TagClassName
{
border-color: #758D61;
}
</style>