Shades of Highland #7A9357
Tints of Highland #7A9357
RGB
CMYK
RGB Variations
Color information
#7A9357 (or 0x7A9357) is known color: Highland. HEX triplet: 7A, 93 and 57. RGB value is (122,147,87). Sum of RGB (Red+Green+Blue) = 122+147+87=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9357 is #856CA8. Grayscale: #848484. Windows color (decimal): -8744105 or 5739386. OLE color: 5739386.
HSL color Cylindrical-coordinate representation of color #7A9357: hue angle of 85º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A9357 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 87 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.42 |
| HSL | 85º | 0.26% | 0.46% | - |
| HSV(B) | 85º | 0.41% | 0.58% | - |
| XYZ | 20.18 | 25.69 | 12.91 | - |
| YUV | 132.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 87 | 0.17 | 0 | 0.41 | 0.42 | 85 | 0.26 | 0.46 |
| Hex | 7A | 93 | 57 | 11 | 0 | 29 | 2A | 55 | 1A | 2E |
| Octal | 172 | 223 | 127 | 21 | 0 | 51 | 52 | 125 | 32 | 56 |
| Binary | 1111010 | 10010011 | 1010111 | 10001 | 0 | 101001 | 101010 | 1010101 | 11010 | 101110 |
Color Harmonies of #7A9357
Complementary color
Monochromatic Colors of #7A9357
Black with #7A9357
Text Example
Text Example
White with #7A9357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9357; }
p { color: rgb(122,147,87); }
H1.HeaderClassName
{
color: #7A9357;
}
.AnyTagClassName
{
color: #7A9357;
}
</style>
background-color css
<style>
a { background-color: #7A9357; }
a { background-color: rgb(122,147,87); }
div.DivClassName
{
background-color: #7A9357;
}
.BgClassName
{
background-color: #7A9357;
}
</style>
border-color css
<style>
span { border-color: #7A9357; }
span { border-color: rgb(122,147,87); }
td.TdClassName
{
border-color: #7A9357;
}
.TagClassName
{
border-color: #7A9357;
}
</style>