Shades of Highland #7E9367
Tints of Highland #7E9367
RGB
CMYK
RGB Variations
Color information
#7E9367 (or 0x7E9367) is known color: Highland. HEX triplet: 7E, 93 and 67. RGB value is (126,147,103). Sum of RGB (Red+Green+Blue) = 126+147+103=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9367 is #816C98. Grayscale: #878787. Windows color (decimal): -8481945 or 6787966. OLE color: 6787966.
HSL color Cylindrical-coordinate representation of color #7E9367: hue angle of 88.64º degrees, saturation: 0.18, 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 #7E9367 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 103 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.42 |
| HSL | 88.64º | 0.18% | 0.49% | - |
| HSV(B) | 88.64º | 0.3% | 0.58% | - |
| XYZ | 21.49 | 26.28 | 16.77 | - |
| YUV | 135.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 103 | 0.14 | 0 | 0.30 | 0.42 | 88.64 | 0.18 | 0.49 |
| Hex | 7E | 93 | 67 | E | 0 | 1E | 2A | 59 | 12 | 31 |
| Octal | 176 | 223 | 147 | 16 | 0 | 36 | 52 | 131 | 22 | 61 |
| Binary | 1111110 | 10010011 | 1100111 | 1110 | 0 | 11110 | 101010 | 1011001 | 10010 | 110001 |
Color Harmonies of #7E9367
Complementary color
Monochromatic Colors of #7E9367
Black with #7E9367
Text Example
Text Example
White with #7E9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9367; }
p { color: rgb(126,147,103); }
H1.HeaderClassName
{
color: #7E9367;
}
.AnyTagClassName
{
color: #7E9367;
}
</style>
background-color css
<style>
a { background-color: #7E9367; }
a { background-color: rgb(126,147,103); }
div.DivClassName
{
background-color: #7E9367;
}
.BgClassName
{
background-color: #7E9367;
}
</style>
border-color css
<style>
span { border-color: #7E9367; }
span { border-color: rgb(126,147,103); }
td.TdClassName
{
border-color: #7E9367;
}
.TagClassName
{
border-color: #7E9367;
}
</style>