Shades of Highland #758A60
Tints of Highland #758A60
RGB
CMYK
RGB Variations
Color information
#758A60 (or 0x758A60) is known color: Highland. HEX triplet: 75, 8A and 60. RGB value is (117,138,96). Sum of RGB (Red+Green+Blue) = 117+138+96=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 138 - color contains mainly: green. Hex color #758A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A60 is #8A759F. Grayscale: #7F7F7F. Windows color (decimal): -9074080 or 6326901. OLE color: 6326901.
HSL color Cylindrical-coordinate representation of color #758A60: hue angle of 90º degrees, saturation: 0.18, 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 #758A60 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 96 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.46 |
| HSL | 90º | 0.18% | 0.46% | - |
| HSV(B) | 90º | 0.3% | 0.54% | - |
| XYZ | 18.54 | 22.8 | 14.49 | - |
| YUV | 126.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 96 | 0.15 | 0 | 0.30 | 0.46 | 90 | 0.18 | 0.46 |
| Hex | 75 | 8A | 60 | F | 0 | 1E | 2E | 5A | 12 | 2E |
| Octal | 165 | 212 | 140 | 17 | 0 | 36 | 56 | 132 | 22 | 56 |
| Binary | 1110101 | 10001010 | 1100000 | 1111 | 0 | 11110 | 101110 | 1011010 | 10010 | 101110 |
Color Harmonies of #758A60
Complementary color
Monochromatic Colors of #758A60
Black with #758A60
Text Example
Text Example
White with #758A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A60; }
p { color: rgb(117,138,96); }
H1.HeaderClassName
{
color: #758A60;
}
.AnyTagClassName
{
color: #758A60;
}
</style>
background-color css
<style>
a { background-color: #758A60; }
a { background-color: rgb(117,138,96); }
div.DivClassName
{
background-color: #758A60;
}
.BgClassName
{
background-color: #758A60;
}
</style>
border-color css
<style>
span { border-color: #758A60; }
span { border-color: rgb(117,138,96); }
td.TdClassName
{
border-color: #758A60;
}
.TagClassName
{
border-color: #758A60;
}
</style>