Shades of Highland #6E9359
Tints of Highland #6E9359
RGB
CMYK
RGB Variations
Color information
#6E9359 (or 0x6E9359) is known color: Highland. HEX triplet: 6E, 93 and 59. RGB value is (110,147,89). Sum of RGB (Red+Green+Blue) = 110+147+89=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9359 is #916CA6. Grayscale: #818181. Windows color (decimal): -9530535 or 5870446. OLE color: 5870446.
HSL color Cylindrical-coordinate representation of color #6E9359: hue angle of 98.28º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E9359 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 147 | 89 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.42 |
| HSL | 98.28º | 0.25% | 0.46% | - |
| HSV(B) | 98.28º | 0.39% | 0.58% | - |
| XYZ | 18.67 | 24.9 | 13.27 | - |
| YUV | 129.33 | 105.24 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 89 | 0.25 | 0 | 0.39 | 0.42 | 98.28 | 0.25 | 0.46 |
| Hex | 6E | 93 | 59 | 19 | 0 | 27 | 2A | 62 | 19 | 2E |
| Octal | 156 | 223 | 131 | 31 | 0 | 47 | 52 | 142 | 31 | 56 |
| Binary | 1101110 | 10010011 | 1011001 | 11001 | 0 | 100111 | 101010 | 1100010 | 11001 | 101110 |
Color Harmonies of #6E9359
Complementary color
Monochromatic Colors of #6E9359
Black with #6E9359
Text Example
Text Example
White with #6E9359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9359; }
p { color: rgb(110,147,89); }
H1.HeaderClassName
{
color: #6E9359;
}
.AnyTagClassName
{
color: #6E9359;
}
</style>
background-color css
<style>
a { background-color: #6E9359; }
a { background-color: rgb(110,147,89); }
div.DivClassName
{
background-color: #6E9359;
}
.BgClassName
{
background-color: #6E9359;
}
</style>
border-color css
<style>
span { border-color: #6E9359; }
span { border-color: rgb(110,147,89); }
td.TdClassName
{
border-color: #6E9359;
}
.TagClassName
{
border-color: #6E9359;
}
</style>