Shades of Highland #758A61
Tints of Highland #758A61
RGB
CMYK
RGB Variations
Color information
#758A61 (or 0x758A61) is known color: Highland. HEX triplet: 75, 8A and 61. RGB value is (117,138,97). Sum of RGB (Red+Green+Blue) = 117+138+97=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #758A61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A61 is #8A759E. Grayscale: #7F7F7F. Windows color (decimal): -9074079 or 6392437. OLE color: 6392437.
HSL color Cylindrical-coordinate representation of color #758A61: hue angle of 90.73º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #758A61 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 97 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.46 |
| HSL | 90.73º | 0.17% | 0.46% | - |
| HSV(B) | 90.73º | 0.3% | 0.54% | - |
| XYZ | 18.58 | 22.82 | 14.73 | - |
| YUV | 127.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 97 | 0.15 | 0 | 0.30 | 0.46 | 90.73 | 0.17 | 0.46 |
| Hex | 75 | 8A | 61 | F | 0 | 1E | 2E | 5B | 11 | 2E |
| Octal | 165 | 212 | 141 | 17 | 0 | 36 | 56 | 133 | 21 | 56 |
| Binary | 1110101 | 10001010 | 1100001 | 1111 | 0 | 11110 | 101110 | 1011011 | 10001 | 101110 |
Color Harmonies of #758A61
Complementary color
Monochromatic Colors of #758A61
Black with #758A61
Text Example
Text Example
White with #758A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A61; }
p { color: rgb(117,138,97); }
H1.HeaderClassName
{
color: #758A61;
}
.AnyTagClassName
{
color: #758A61;
}
</style>
background-color css
<style>
a { background-color: #758A61; }
a { background-color: rgb(117,138,97); }
div.DivClassName
{
background-color: #758A61;
}
.BgClassName
{
background-color: #758A61;
}
</style>
border-color css
<style>
span { border-color: #758A61; }
span { border-color: rgb(117,138,97); }
td.TdClassName
{
border-color: #758A61;
}
.TagClassName
{
border-color: #758A61;
}
</style>