Shades of Highland #6E8953
Tints of Highland #6E8953
RGB
CMYK
RGB Variations
Color information
#6E8953 (or 0x6E8953) is known color: Highland. HEX triplet: 6E, 89 and 53. RGB value is (110,137,83). Sum of RGB (Red+Green+Blue) = 110+137+83=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8953 is #9176AC. Grayscale: #7A7A7A. Windows color (decimal): -9533101 or 5474670. OLE color: 5474670.
HSL color Cylindrical-coordinate representation of color #6E8953: hue angle of 90º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E8953 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 137 | 83 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.46 |
| HSL | 90º | 0.25% | 0.43% | - |
| HSV(B) | 90º | 0.39% | 0.54% | - |
| XYZ | 16.94 | 21.83 | 11.5 | - |
| YUV | 122.77 | 105.55 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 137 | 83 | 0.20 | 0 | 0.39 | 0.46 | 90 | 0.25 | 0.43 |
| Hex | 6E | 89 | 53 | 14 | 0 | 27 | 2E | 5A | 19 | 2B |
| Octal | 156 | 211 | 123 | 24 | 0 | 47 | 56 | 132 | 31 | 53 |
| Binary | 1101110 | 10001001 | 1010011 | 10100 | 0 | 100111 | 101110 | 1011010 | 11001 | 101011 |
Color Harmonies of #6E8953
Complementary color
Monochromatic Colors of #6E8953
Black with #6E8953
Text Example
Text Example
White with #6E8953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8953; }
p { color: rgb(110,137,83); }
H1.HeaderClassName
{
color: #6E8953;
}
.AnyTagClassName
{
color: #6E8953;
}
</style>
background-color css
<style>
a { background-color: #6E8953; }
a { background-color: rgb(110,137,83); }
div.DivClassName
{
background-color: #6E8953;
}
.BgClassName
{
background-color: #6E8953;
}
</style>
border-color css
<style>
span { border-color: #6E8953; }
span { border-color: rgb(110,137,83); }
td.TdClassName
{
border-color: #6E8953;
}
.TagClassName
{
border-color: #6E8953;
}
</style>