Shades of Highland #869B6D
Tints of Highland #869B6D
RGB
CMYK
RGB Variations
Color information
#869B6D (or 0x869B6D) is known color: Highland. HEX triplet: 86, 9B and 6D. RGB value is (134,155,109). Sum of RGB (Red+Green+Blue) = 134+155+109=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #869B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B6D is #796492. Grayscale: #8F8F8F. Windows color (decimal): -7955603 or 7183238. OLE color: 7183238.
HSL color Cylindrical-coordinate representation of color #869B6D: hue angle of 87.39º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #869B6D is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 109 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.39 |
| HSL | 87.39º | 0.19% | 0.52% | - |
| HSV(B) | 87.39º | 0.3% | 0.61% | - |
| XYZ | 24.31 | 29.62 | 18.9 | - |
| YUV | 143.48 | 108.54 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 109 | 0.14 | 0 | 0.30 | 0.39 | 87.39 | 0.19 | 0.52 |
| Hex | 86 | 9B | 6D | E | 0 | 1E | 27 | 57 | 13 | 34 |
| Octal | 206 | 233 | 155 | 16 | 0 | 36 | 47 | 127 | 23 | 64 |
| Binary | 10000110 | 10011011 | 1101101 | 1110 | 0 | 11110 | 100111 | 1010111 | 10011 | 110100 |
Color Harmonies of #869B6D
Complementary color
Monochromatic Colors of #869B6D
Black with #869B6D
Text Example
Text Example
White with #869B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B6D; }
p { color: rgb(134,155,109); }
H1.HeaderClassName
{
color: #869B6D;
}
.AnyTagClassName
{
color: #869B6D;
}
</style>
background-color css
<style>
a { background-color: #869B6D; }
a { background-color: rgb(134,155,109); }
div.DivClassName
{
background-color: #869B6D;
}
.BgClassName
{
background-color: #869B6D;
}
</style>
border-color css
<style>
span { border-color: #869B6D; }
span { border-color: rgb(134,155,109); }
td.TdClassName
{
border-color: #869B6D;
}
.TagClassName
{
border-color: #869B6D;
}
</style>