Shades of Highland #6E875B
Tints of Highland #6E875B
RGB
CMYK
RGB Variations
Color information
#6E875B (or 0x6E875B) is known color: Highland. HEX triplet: 6E, 87 and 5B. RGB value is (110,135,91). Sum of RGB (Red+Green+Blue) = 110+135+91=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #6E875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E875B is #9178A4. Grayscale: #7A7A7A. Windows color (decimal): -9533605 or 5998446. OLE color: 5998446.
HSL color Cylindrical-coordinate representation of color #6E875B: hue angle of 94.09º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E875B is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 135 | 91 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.47 |
| HSL | 94.09º | 0.19% | 0.44% | - |
| HSV(B) | 94.09º | 0.33% | 0.53% | - |
| XYZ | 16.98 | 21.4 | 13.13 | - |
| YUV | 122.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 135 | 91 | 0.19 | 0 | 0.33 | 0.47 | 94.09 | 0.19 | 0.44 |
| Hex | 6E | 87 | 5B | 13 | 0 | 21 | 2F | 5E | 13 | 2C |
| Octal | 156 | 207 | 133 | 23 | 0 | 41 | 57 | 136 | 23 | 54 |
| Binary | 1101110 | 10000111 | 1011011 | 10011 | 0 | 100001 | 101111 | 1011110 | 10011 | 101100 |
Color Harmonies of #6E875B
Complementary color
Monochromatic Colors of #6E875B
Black with #6E875B
Text Example
Text Example
White with #6E875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E875B; }
p { color: rgb(110,135,91); }
H1.HeaderClassName
{
color: #6E875B;
}
.AnyTagClassName
{
color: #6E875B;
}
</style>
background-color css
<style>
a { background-color: #6E875B; }
a { background-color: rgb(110,135,91); }
div.DivClassName
{
background-color: #6E875B;
}
.BgClassName
{
background-color: #6E875B;
}
</style>
border-color css
<style>
span { border-color: #6E875B; }
span { border-color: rgb(110,135,91); }
td.TdClassName
{
border-color: #6E875B;
}
.TagClassName
{
border-color: #6E875B;
}
</style>