Shades of Highland #869D6D
Tints of Highland #869D6D
RGB
CMYK
RGB Variations
Color information
#869D6D (or 0x869D6D) is known color: Highland. HEX triplet: 86, 9D and 6D. RGB value is (134,157,109). Sum of RGB (Red+Green+Blue) = 134+157+109=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 157 - color contains mainly: green. Hex color #869D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869D6D is #796292. Grayscale: #909090. Windows color (decimal): -7955091 or 7183750. OLE color: 7183750.
HSL color Cylindrical-coordinate representation of color #869D6D: hue angle of 88.75º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #869D6D is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 157 | 109 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.38 |
| HSL | 88.75º | 0.2% | 0.52% | - |
| HSV(B) | 88.75º | 0.31% | 0.62% | - |
| XYZ | 24.65 | 30.29 | 19.01 | - |
| YUV | 144.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 109 | 0.15 | 0 | 0.31 | 0.38 | 88.75 | 0.2 | 0.52 |
| Hex | 86 | 9D | 6D | F | 0 | 1F | 26 | 59 | 14 | 34 |
| Octal | 206 | 235 | 155 | 17 | 0 | 37 | 46 | 131 | 24 | 64 |
| Binary | 10000110 | 10011101 | 1101101 | 1111 | 0 | 11111 | 100110 | 1011001 | 10100 | 110100 |
Color Harmonies of #869D6D
Complementary color
Monochromatic Colors of #869D6D
Black with #869D6D
Text Example
Text Example
White with #869D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869D6D; }
p { color: rgb(134,157,109); }
H1.HeaderClassName
{
color: #869D6D;
}
.AnyTagClassName
{
color: #869D6D;
}
</style>
background-color css
<style>
a { background-color: #869D6D; }
a { background-color: rgb(134,157,109); }
div.DivClassName
{
background-color: #869D6D;
}
.BgClassName
{
background-color: #869D6D;
}
</style>
border-color css
<style>
span { border-color: #869D6D; }
span { border-color: rgb(134,157,109); }
td.TdClassName
{
border-color: #869D6D;
}
.TagClassName
{
border-color: #869D6D;
}
</style>