Shades of Highland #769663
Tints of Highland #769663
RGB
CMYK
RGB Variations
Color information
#769663 (or 0x769663) is known color: Highland. HEX triplet: 76, 96 and 63. RGB value is (118,150,99). Sum of RGB (Red+Green+Blue) = 118+150+99=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #769663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769663 is #89699C. Grayscale: #868686. Windows color (decimal): -9005469 or 6526582. OLE color: 6526582.
HSL color Cylindrical-coordinate representation of color #769663: hue angle of 97.65º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #769663 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 99 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.41 |
| HSL | 97.65º | 0.2% | 0.49% | - |
| HSV(B) | 97.65º | 0.34% | 0.59% | - |
| XYZ | 20.63 | 26.57 | 15.84 | - |
| YUV | 134.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 99 | 0.21 | 0 | 0.34 | 0.41 | 97.65 | 0.2 | 0.49 |
| Hex | 76 | 96 | 63 | 15 | 0 | 22 | 29 | 62 | 14 | 31 |
| Octal | 166 | 226 | 143 | 25 | 0 | 42 | 51 | 142 | 24 | 61 |
| Binary | 1110110 | 10010110 | 1100011 | 10101 | 0 | 100010 | 101001 | 1100010 | 10100 | 110001 |
Color Harmonies of #769663
Complementary color
Monochromatic Colors of #769663
Black with #769663
Text Example
Text Example
White with #769663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769663; }
p { color: rgb(118,150,99); }
H1.HeaderClassName
{
color: #769663;
}
.AnyTagClassName
{
color: #769663;
}
</style>
background-color css
<style>
a { background-color: #769663; }
a { background-color: rgb(118,150,99); }
div.DivClassName
{
background-color: #769663;
}
.BgClassName
{
background-color: #769663;
}
</style>
border-color css
<style>
span { border-color: #769663; }
span { border-color: rgb(118,150,99); }
td.TdClassName
{
border-color: #769663;
}
.TagClassName
{
border-color: #769663;
}
</style>