Shades of Highland #7A995E
Tints of Highland #7A995E
RGB
CMYK
RGB Variations
Color information
#7A995E (or 0x7A995E) is known color: Highland. HEX triplet: 7A, 99 and 5E. RGB value is (122,153,94). Sum of RGB (Red+Green+Blue) = 122+153+94=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #7A995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A995E is #8566A1. Grayscale: #898989. Windows color (decimal): -8742562 or 6199674. OLE color: 6199674.
HSL color Cylindrical-coordinate representation of color #7A995E: hue angle of 91.53º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A995E is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 153 | 94 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.4 |
| HSL | 91.53º | 0.24% | 0.48% | - |
| HSV(B) | 91.53º | 0.39% | 0.6% | - |
| XYZ | 21.44 | 27.73 | 14.81 | - |
| YUV | 137.01 | 103.73 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 94 | 0.20 | 0 | 0.39 | 0.4 | 91.53 | 0.24 | 0.48 |
| Hex | 7A | 99 | 5E | 14 | 0 | 27 | 28 | 5C | 18 | 30 |
| Octal | 172 | 231 | 136 | 24 | 0 | 47 | 50 | 134 | 30 | 60 |
| Binary | 1111010 | 10011001 | 1011110 | 10100 | 0 | 100111 | 101000 | 1011100 | 11000 | 110000 |
Color Harmonies of #7A995E
Complementary color
Monochromatic Colors of #7A995E
Black with #7A995E
Text Example
Text Example
White with #7A995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A995E; }
p { color: rgb(122,153,94); }
H1.HeaderClassName
{
color: #7A995E;
}
.AnyTagClassName
{
color: #7A995E;
}
</style>
background-color css
<style>
a { background-color: #7A995E; }
a { background-color: rgb(122,153,94); }
div.DivClassName
{
background-color: #7A995E;
}
.BgClassName
{
background-color: #7A995E;
}
</style>
border-color css
<style>
span { border-color: #7A995E; }
span { border-color: rgb(122,153,94); }
td.TdClassName
{
border-color: #7A995E;
}
.TagClassName
{
border-color: #7A995E;
}
</style>