Shades of Highland #759765
Tints of Highland #759765
RGB
CMYK
RGB Variations
Color information
#759765 (or 0x759765) is known color: Highland. HEX triplet: 75, 97 and 65. RGB value is (117,151,101). Sum of RGB (Red+Green+Blue) = 117+151+101=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #759765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759765 is #8A689A. Grayscale: #878787. Windows color (decimal): -9070747 or 6657909. OLE color: 6657909.
HSL color Cylindrical-coordinate representation of color #759765: hue angle of 100.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #759765 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 151 | 101 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.41 |
| HSL | 100.8º | 0.2% | 0.49% | - |
| HSV(B) | 100.8º | 0.33% | 0.59% | - |
| XYZ | 20.75 | 26.85 | 16.4 | - |
| YUV | 135.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 101 | 0.23 | 0 | 0.33 | 0.41 | 100.8 | 0.2 | 0.49 |
| Hex | 75 | 97 | 65 | 17 | 0 | 21 | 29 | 65 | 14 | 31 |
| Octal | 165 | 227 | 145 | 27 | 0 | 41 | 51 | 145 | 24 | 61 |
| Binary | 1110101 | 10010111 | 1100101 | 10111 | 0 | 100001 | 101001 | 1100101 | 10100 | 110001 |
Color Harmonies of #759765
Complementary color
Monochromatic Colors of #759765
Black with #759765
Text Example
Text Example
White with #759765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759765; }
p { color: rgb(117,151,101); }
H1.HeaderClassName
{
color: #759765;
}
.AnyTagClassName
{
color: #759765;
}
</style>
background-color css
<style>
a { background-color: #759765; }
a { background-color: rgb(117,151,101); }
div.DivClassName
{
background-color: #759765;
}
.BgClassName
{
background-color: #759765;
}
</style>
border-color css
<style>
span { border-color: #759765; }
span { border-color: rgb(117,151,101); }
td.TdClassName
{
border-color: #759765;
}
.TagClassName
{
border-color: #759765;
}
</style>