Shades of Highland #799666
Tints of Highland #799666
RGB
CMYK
RGB Variations
Color information
#799666 (or 0x799666) is known color: Highland. HEX triplet: 79, 96 and 66. RGB value is (121,150,102). Sum of RGB (Red+Green+Blue) = 121+150+102=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #799666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799666 is #866999. Grayscale: #888888. Windows color (decimal): -8808858 or 6723193. OLE color: 6723193.
HSL color Cylindrical-coordinate representation of color #799666: hue angle of 96.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #799666 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 150 | 102 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.41 |
| HSL | 96.25º | 0.19% | 0.49% | - |
| HSV(B) | 96.25º | 0.32% | 0.59% | - |
| XYZ | 21.19 | 26.84 | 16.63 | - |
| YUV | 135.86 | 108.89 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 150 | 102 | 0.19 | 0 | 0.32 | 0.41 | 96.25 | 0.19 | 0.49 |
| Hex | 79 | 96 | 66 | 13 | 0 | 20 | 29 | 60 | 13 | 31 |
| Octal | 171 | 226 | 146 | 23 | 0 | 40 | 51 | 140 | 23 | 61 |
| Binary | 1111001 | 10010110 | 1100110 | 10011 | 0 | 100000 | 101001 | 1100000 | 10011 | 110001 |
Color Harmonies of #799666
Complementary color
Monochromatic Colors of #799666
Black with #799666
Text Example
Text Example
White with #799666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799666; }
p { color: rgb(121,150,102); }
H1.HeaderClassName
{
color: #799666;
}
.AnyTagClassName
{
color: #799666;
}
</style>
background-color css
<style>
a { background-color: #799666; }
a { background-color: rgb(121,150,102); }
div.DivClassName
{
background-color: #799666;
}
.BgClassName
{
background-color: #799666;
}
</style>
border-color css
<style>
span { border-color: #799666; }
span { border-color: rgb(121,150,102); }
td.TdClassName
{
border-color: #799666;
}
.TagClassName
{
border-color: #799666;
}
</style>