Shades of Highland #7A975A
Tints of Highland #7A975A
RGB
CMYK
RGB Variations
Color information
#7A975A (or 0x7A975A) is known color: Highland. HEX triplet: 7A, 97 and 5A. RGB value is (122,151,90). Sum of RGB (Red+Green+Blue) = 122+151+90=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 151 - color contains mainly: green. Hex color #7A975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A975A is #8568A5. Grayscale: #878787. Windows color (decimal): -8743078 or 5937018. OLE color: 5937018.
HSL color Cylindrical-coordinate representation of color #7A975A: hue angle of 88.52º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A975A is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 90 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.41 |
| HSL | 88.52º | 0.25% | 0.47% | - |
| HSV(B) | 88.52º | 0.4% | 0.59% | - |
| XYZ | 20.94 | 27.01 | 13.78 | - |
| YUV | 135.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 90 | 0.19 | 0 | 0.40 | 0.41 | 88.52 | 0.25 | 0.47 |
| Hex | 7A | 97 | 5A | 13 | 0 | 28 | 29 | 59 | 19 | 2F |
| Octal | 172 | 227 | 132 | 23 | 0 | 50 | 51 | 131 | 31 | 57 |
| Binary | 1111010 | 10010111 | 1011010 | 10011 | 0 | 101000 | 101001 | 1011001 | 11001 | 101111 |
Color Harmonies of #7A975A
Complementary color
Monochromatic Colors of #7A975A
Black with #7A975A
Text Example
Text Example
White with #7A975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A975A; }
p { color: rgb(122,151,90); }
H1.HeaderClassName
{
color: #7A975A;
}
.AnyTagClassName
{
color: #7A975A;
}
</style>
background-color css
<style>
a { background-color: #7A975A; }
a { background-color: rgb(122,151,90); }
div.DivClassName
{
background-color: #7A975A;
}
.BgClassName
{
background-color: #7A975A;
}
</style>
border-color css
<style>
span { border-color: #7A975A; }
span { border-color: rgb(122,151,90); }
td.TdClassName
{
border-color: #7A975A;
}
.TagClassName
{
border-color: #7A975A;
}
</style>