Shades of Highland #769964
Tints of Highland #769964
RGB
CMYK
RGB Variations
Color information
#769964 (or 0x769964) is known color: Highland. HEX triplet: 76, 99 and 64. RGB value is (118,153,100). Sum of RGB (Red+Green+Blue) = 118+153+100=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #769964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769964 is #89669B. Grayscale: #888888. Windows color (decimal): -9004700 or 6592886. OLE color: 6592886.
HSL color Cylindrical-coordinate representation of color #769964: hue angle of 99.62º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #769964 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 100 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.4 |
| HSL | 99.62º | 0.21% | 0.5% | - |
| HSV(B) | 99.62º | 0.35% | 0.6% | - |
| XYZ | 21.16 | 27.55 | 16.26 | - |
| YUV | 136.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 100 | 0.23 | 0 | 0.35 | 0.4 | 99.62 | 0.21 | 0.5 |
| Hex | 76 | 99 | 64 | 17 | 0 | 23 | 28 | 64 | 15 | 32 |
| Octal | 166 | 231 | 144 | 27 | 0 | 43 | 50 | 144 | 25 | 62 |
| Binary | 1110110 | 10011001 | 1100100 | 10111 | 0 | 100011 | 101000 | 1100100 | 10101 | 110010 |
Color Harmonies of #769964
Complementary color
Monochromatic Colors of #769964
Black with #769964
Text Example
Text Example
White with #769964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769964; }
p { color: rgb(118,153,100); }
H1.HeaderClassName
{
color: #769964;
}
.AnyTagClassName
{
color: #769964;
}
</style>
background-color css
<style>
a { background-color: #769964; }
a { background-color: rgb(118,153,100); }
div.DivClassName
{
background-color: #769964;
}
.BgClassName
{
background-color: #769964;
}
</style>
border-color css
<style>
span { border-color: #769964; }
span { border-color: rgb(118,153,100); }
td.TdClassName
{
border-color: #769964;
}
.TagClassName
{
border-color: #769964;
}
</style>