Shades of Highland #7E9369
Tints of Highland #7E9369
RGB
CMYK
RGB Variations
Color information
#7E9369 (or 0x7E9369) is known color: Highland. HEX triplet: 7E, 93 and 69. RGB value is (126,147,105). Sum of RGB (Red+Green+Blue) = 126+147+105=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9369 is #816C96. Grayscale: #888888. Windows color (decimal): -8481943 or 6919038. OLE color: 6919038.
HSL color Cylindrical-coordinate representation of color #7E9369: hue angle of 90º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E9369 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 105 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.42 |
| HSL | 90º | 0.17% | 0.49% | - |
| HSV(B) | 90º | 0.29% | 0.58% | - |
| XYZ | 21.59 | 26.32 | 17.31 | - |
| YUV | 135.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 105 | 0.14 | 0 | 0.29 | 0.42 | 90 | 0.17 | 0.49 |
| Hex | 7E | 93 | 69 | E | 0 | 1D | 2A | 5A | 11 | 31 |
| Octal | 176 | 223 | 151 | 16 | 0 | 35 | 52 | 132 | 21 | 61 |
| Binary | 1111110 | 10010011 | 1101001 | 1110 | 0 | 11101 | 101010 | 1011010 | 10001 | 110001 |
Color Harmonies of #7E9369
Complementary color
Monochromatic Colors of #7E9369
Black with #7E9369
Text Example
Text Example
White with #7E9369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9369; }
p { color: rgb(126,147,105); }
H1.HeaderClassName
{
color: #7E9369;
}
.AnyTagClassName
{
color: #7E9369;
}
</style>
background-color css
<style>
a { background-color: #7E9369; }
a { background-color: rgb(126,147,105); }
div.DivClassName
{
background-color: #7E9369;
}
.BgClassName
{
background-color: #7E9369;
}
</style>
border-color css
<style>
span { border-color: #7E9369; }
span { border-color: rgb(126,147,105); }
td.TdClassName
{
border-color: #7E9369;
}
.TagClassName
{
border-color: #7E9369;
}
</style>