Shades of Highland #6E8A57
Tints of Highland #6E8A57
RGB
CMYK
RGB Variations
Color information
#6E8A57 (or 0x6E8A57) is known color: Highland. HEX triplet: 6E, 8A and 57. RGB value is (110,138,87). Sum of RGB (Red+Green+Blue) = 110+138+87=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 138 - color contains mainly: green. Hex color #6E8A57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8A57 is #9175A8. Grayscale: #7B7B7B. Windows color (decimal): -9532841 or 5737070. OLE color: 5737070.
HSL color Cylindrical-coordinate representation of color #6E8A57: hue angle of 92.94º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E8A57 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 138 | 87 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.46 |
| HSL | 92.94º | 0.23% | 0.44% | - |
| HSV(B) | 92.94º | 0.37% | 0.54% | - |
| XYZ | 17.24 | 22.18 | 12.39 | - |
| YUV | 123.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 138 | 87 | 0.20 | 0 | 0.37 | 0.46 | 92.94 | 0.23 | 0.44 |
| Hex | 6E | 8A | 57 | 14 | 0 | 25 | 2E | 5D | 17 | 2C |
| Octal | 156 | 212 | 127 | 24 | 0 | 45 | 56 | 135 | 27 | 54 |
| Binary | 1101110 | 10001010 | 1010111 | 10100 | 0 | 100101 | 101110 | 1011101 | 10111 | 101100 |
Color Harmonies of #6E8A57
Complementary color
Monochromatic Colors of #6E8A57
Black with #6E8A57
Text Example
Text Example
White with #6E8A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8A57; }
p { color: rgb(110,138,87); }
H1.HeaderClassName
{
color: #6E8A57;
}
.AnyTagClassName
{
color: #6E8A57;
}
</style>
background-color css
<style>
a { background-color: #6E8A57; }
a { background-color: rgb(110,138,87); }
div.DivClassName
{
background-color: #6E8A57;
}
.BgClassName
{
background-color: #6E8A57;
}
</style>
border-color css
<style>
span { border-color: #6E8A57; }
span { border-color: rgb(110,138,87); }
td.TdClassName
{
border-color: #6E8A57;
}
.TagClassName
{
border-color: #6E8A57;
}
</style>