Shades of Highland #7A985B
Tints of Highland #7A985B
RGB
CMYK
RGB Variations
Color information
#7A985B (or 0x7A985B) is known color: Highland. HEX triplet: 7A, 98 and 5B. RGB value is (122,152,91). Sum of RGB (Red+Green+Blue) = 122+152+91=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #7A985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A985B is #8567A4. Grayscale: #888888. Windows color (decimal): -8742821 or 6002810. OLE color: 6002810.
HSL color Cylindrical-coordinate representation of color #7A985B: hue angle of 89.51º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A985B is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 152 | 91 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.40 |
| HSL | 89.51º | 0.25% | 0.48% | - |
| HSV(B) | 89.51º | 0.4% | 0.6% | - |
| XYZ | 21.14 | 27.35 | 14.06 | - |
| YUV | 136.08 | 102.56 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 91 | 0.20 | 0 | 0.40 | 0.40 | 89.51 | 0.25 | 0.48 |
| Hex | 7A | 98 | 5B | 14 | 0 | 28 | 28 | 5A | 19 | 30 |
| Octal | 172 | 230 | 133 | 24 | 0 | 50 | 50 | 132 | 31 | 60 |
| Binary | 1111010 | 10011000 | 1011011 | 10100 | 0 | 101000 | 101000 | 1011010 | 11001 | 110000 |
Color Harmonies of #7A985B
Complementary color
Monochromatic Colors of #7A985B
Black with #7A985B
Text Example
Text Example
White with #7A985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A985B; }
p { color: rgb(122,152,91); }
H1.HeaderClassName
{
color: #7A985B;
}
.AnyTagClassName
{
color: #7A985B;
}
</style>
background-color css
<style>
a { background-color: #7A985B; }
a { background-color: rgb(122,152,91); }
div.DivClassName
{
background-color: #7A985B;
}
.BgClassName
{
background-color: #7A985B;
}
</style>
border-color css
<style>
span { border-color: #7A985B; }
span { border-color: rgb(122,152,91); }
td.TdClassName
{
border-color: #7A985B;
}
.TagClassName
{
border-color: #7A985B;
}
</style>