Shades of Highland #799A63
Tints of Highland #799A63
RGB
CMYK
RGB Variations
Color information
#799A63 (or 0x799A63) is known color: Highland. HEX triplet: 79, 9A and 63. RGB value is (121,154,99). Sum of RGB (Red+Green+Blue) = 121+154+99=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 154 - color contains mainly: green. Hex color #799A63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799A63 is #86659C. Grayscale: #8A8A8A. Windows color (decimal): -8807837 or 6527609. OLE color: 6527609.
HSL color Cylindrical-coordinate representation of color #799A63: hue angle of 96º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #799A63 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 154 | 99 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.40 |
| HSL | 96º | 0.22% | 0.5% | - |
| HSV(B) | 96º | 0.36% | 0.6% | - |
| XYZ | 21.69 | 28.08 | 16.08 | - |
| YUV | 137.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 99 | 0.21 | 0 | 0.36 | 0.40 | 96 | 0.22 | 0.5 |
| Hex | 79 | 9A | 63 | 15 | 0 | 24 | 28 | 60 | 16 | 32 |
| Octal | 171 | 232 | 143 | 25 | 0 | 44 | 50 | 140 | 26 | 62 |
| Binary | 1111001 | 10011010 | 1100011 | 10101 | 0 | 100100 | 101000 | 1100000 | 10110 | 110010 |
Color Harmonies of #799A63
Complementary color
Monochromatic Colors of #799A63
Black with #799A63
Text Example
Text Example
White with #799A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799A63; }
p { color: rgb(121,154,99); }
H1.HeaderClassName
{
color: #799A63;
}
.AnyTagClassName
{
color: #799A63;
}
</style>
background-color css
<style>
a { background-color: #799A63; }
a { background-color: rgb(121,154,99); }
div.DivClassName
{
background-color: #799A63;
}
.BgClassName
{
background-color: #799A63;
}
</style>
border-color css
<style>
span { border-color: #799A63; }
span { border-color: rgb(121,154,99); }
td.TdClassName
{
border-color: #799A63;
}
.TagClassName
{
border-color: #799A63;
}
</style>