Shades of Highland #7A9468
Tints of Highland #7A9468
RGB
CMYK
RGB Variations
Color information
#7A9468 (or 0x7A9468) is known color: Highland. HEX triplet: 7A, 94 and 68. RGB value is (122,148,104). Sum of RGB (Red+Green+Blue) = 122+148+104=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9468 is #856B97. Grayscale: #878787. Windows color (decimal): -8743832 or 6853754. OLE color: 6853754.
HSL color Cylindrical-coordinate representation of color #7A9468: hue angle of 95.45º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A9468 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 148 | 104 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.42 |
| HSL | 95.45º | 0.17% | 0.49% | - |
| HSV(B) | 95.45º | 0.3% | 0.58% | - |
| XYZ | 21.11 | 26.32 | 17.06 | - |
| YUV | 135.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 148 | 104 | 0.18 | 0 | 0.30 | 0.42 | 95.45 | 0.17 | 0.49 |
| Hex | 7A | 94 | 68 | 12 | 0 | 1E | 2A | 5F | 11 | 31 |
| Octal | 172 | 224 | 150 | 22 | 0 | 36 | 52 | 137 | 21 | 61 |
| Binary | 1111010 | 10010100 | 1101000 | 10010 | 0 | 11110 | 101010 | 1011111 | 10001 | 110001 |
Color Harmonies of #7A9468
Complementary color
Monochromatic Colors of #7A9468
Black with #7A9468
Text Example
Text Example
White with #7A9468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9468; }
p { color: rgb(122,148,104); }
H1.HeaderClassName
{
color: #7A9468;
}
.AnyTagClassName
{
color: #7A9468;
}
</style>
background-color css
<style>
a { background-color: #7A9468; }
a { background-color: rgb(122,148,104); }
div.DivClassName
{
background-color: #7A9468;
}
.BgClassName
{
background-color: #7A9468;
}
</style>
border-color css
<style>
span { border-color: #7A9468; }
span { border-color: rgb(122,148,104); }
td.TdClassName
{
border-color: #7A9468;
}
.TagClassName
{
border-color: #7A9468;
}
</style>