Shades of Highland #7E8A64
Tints of Highland #7E8A64
RGB
CMYK
RGB Variations
Color information
#7E8A64 (or 0x7E8A64) is known color: Highland. HEX triplet: 7E, 8A and 64. RGB value is (126,138,100). Sum of RGB (Red+Green+Blue) = 126+138+100=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 138 - color contains mainly: green. Hex color #7E8A64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8A64 is #81759B. Grayscale: #828282. Windows color (decimal): -8484252 or 6589054. OLE color: 6589054.
HSL color Cylindrical-coordinate representation of color #7E8A64: hue angle of 78.95º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E8A64 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 138 | 100 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.46 |
| HSL | 78.95º | 0.16% | 0.47% | - |
| HSV(B) | 78.95º | 0.28% | 0.54% | - |
| XYZ | 19.99 | 23.53 | 15.55 | - |
| YUV | 130.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 138 | 100 | 0.09 | 0 | 0.28 | 0.46 | 78.95 | 0.16 | 0.47 |
| Hex | 7E | 8A | 64 | 9 | 0 | 1C | 2E | 4F | 10 | 2F |
| Octal | 176 | 212 | 144 | 11 | 0 | 34 | 56 | 117 | 20 | 57 |
| Binary | 1111110 | 10001010 | 1100100 | 1001 | 0 | 11100 | 101110 | 1001111 | 10000 | 101111 |
Color Harmonies of #7E8A64
Complementary color
Monochromatic Colors of #7E8A64
Black with #7E8A64
Text Example
Text Example
White with #7E8A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8A64; }
p { color: rgb(126,138,100); }
H1.HeaderClassName
{
color: #7E8A64;
}
.AnyTagClassName
{
color: #7E8A64;
}
</style>
background-color css
<style>
a { background-color: #7E8A64; }
a { background-color: rgb(126,138,100); }
div.DivClassName
{
background-color: #7E8A64;
}
.BgClassName
{
background-color: #7E8A64;
}
</style>
border-color css
<style>
span { border-color: #7E8A64; }
span { border-color: rgb(126,138,100); }
td.TdClassName
{
border-color: #7E8A64;
}
.TagClassName
{
border-color: #7E8A64;
}
</style>