Shades of Highland #6E915B
Tints of Highland #6E915B
RGB
CMYK
RGB Variations
Color information
#6E915B (or 0x6E915B) is known color: Highland. HEX triplet: 6E, 91 and 5B. RGB value is (110,145,91). Sum of RGB (Red+Green+Blue) = 110+145+91=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #6E915B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E915B is #916EA4. Grayscale: #808080. Windows color (decimal): -9531045 or 6001006. OLE color: 6001006.
HSL color Cylindrical-coordinate representation of color #6E915B: hue angle of 98.89º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E915B is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 91 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.43 |
| HSL | 98.89º | 0.23% | 0.46% | - |
| HSV(B) | 98.89º | 0.37% | 0.57% | - |
| XYZ | 18.44 | 24.32 | 13.62 | - |
| YUV | 128.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 91 | 0.24 | 0 | 0.37 | 0.43 | 98.89 | 0.23 | 0.46 |
| Hex | 6E | 91 | 5B | 18 | 0 | 25 | 2B | 63 | 17 | 2E |
| Octal | 156 | 221 | 133 | 30 | 0 | 45 | 53 | 143 | 27 | 56 |
| Binary | 1101110 | 10010001 | 1011011 | 11000 | 0 | 100101 | 101011 | 1100011 | 10111 | 101110 |
Color Harmonies of #6E915B
Complementary color
Monochromatic Colors of #6E915B
Black with #6E915B
Text Example
Text Example
White with #6E915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E915B; }
p { color: rgb(110,145,91); }
H1.HeaderClassName
{
color: #6E915B;
}
.AnyTagClassName
{
color: #6E915B;
}
</style>
background-color css
<style>
a { background-color: #6E915B; }
a { background-color: rgb(110,145,91); }
div.DivClassName
{
background-color: #6E915B;
}
.BgClassName
{
background-color: #6E915B;
}
</style>
border-color css
<style>
span { border-color: #6E915B; }
span { border-color: rgb(110,145,91); }
td.TdClassName
{
border-color: #6E915B;
}
.TagClassName
{
border-color: #6E915B;
}
</style>