Shades of Highland #799B66
Tints of Highland #799B66
RGB
CMYK
RGB Variations
Color information
#799B66 (or 0x799B66) is known color: Highland. HEX triplet: 79, 9B and 66. RGB value is (121,155,102). Sum of RGB (Red+Green+Blue) = 121+155+102=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #799B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799B66 is #866499. Grayscale: #8A8A8A. Windows color (decimal): -8807578 or 6724473. OLE color: 6724473.
HSL color Cylindrical-coordinate representation of color #799B66: hue angle of 98.49º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #799B66 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 155 | 102 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.39 |
| HSL | 98.49º | 0.21% | 0.5% | - |
| HSV(B) | 98.49º | 0.34% | 0.61% | - |
| XYZ | 22 | 28.47 | 16.91 | - |
| YUV | 138.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 102 | 0.22 | 0 | 0.34 | 0.39 | 98.49 | 0.21 | 0.5 |
| Hex | 79 | 9B | 66 | 16 | 0 | 22 | 27 | 62 | 15 | 32 |
| Octal | 171 | 233 | 146 | 26 | 0 | 42 | 47 | 142 | 25 | 62 |
| Binary | 1111001 | 10011011 | 1100110 | 10110 | 0 | 100010 | 100111 | 1100010 | 10101 | 110010 |
Color Harmonies of #799B66
Complementary color
Monochromatic Colors of #799B66
Black with #799B66
Text Example
Text Example
White with #799B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B66; }
p { color: rgb(121,155,102); }
H1.HeaderClassName
{
color: #799B66;
}
.AnyTagClassName
{
color: #799B66;
}
</style>
background-color css
<style>
a { background-color: #799B66; }
a { background-color: rgb(121,155,102); }
div.DivClassName
{
background-color: #799B66;
}
.BgClassName
{
background-color: #799B66;
}
</style>
border-color css
<style>
span { border-color: #799B66; }
span { border-color: rgb(121,155,102); }
td.TdClassName
{
border-color: #799B66;
}
.TagClassName
{
border-color: #799B66;
}
</style>