Shades of Highland #879C6D
Tints of Highland #879C6D
RGB
CMYK
RGB Variations
Color information
#879C6D (or 0x879C6D) is known color: Highland. HEX triplet: 87, 9C and 6D. RGB value is (135,156,109). Sum of RGB (Red+Green+Blue) = 135+156+109=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 156 - color contains mainly: green. Hex color #879C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879C6D is #786392. Grayscale: #909090. Windows color (decimal): -7889811 or 7183495. OLE color: 7183495.
HSL color Cylindrical-coordinate representation of color #879C6D: hue angle of 86.81º 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 #879C6D is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 156 | 109 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.39 |
| HSL | 86.81º | 0.19% | 0.52% | - |
| HSV(B) | 86.81º | 0.3% | 0.61% | - |
| XYZ | 24.64 | 30.03 | 18.97 | - |
| YUV | 144.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 109 | 0.13 | 0 | 0.30 | 0.39 | 86.81 | 0.19 | 0.52 |
| Hex | 87 | 9C | 6D | D | 0 | 1E | 27 | 57 | 13 | 34 |
| Octal | 207 | 234 | 155 | 15 | 0 | 36 | 47 | 127 | 23 | 64 |
| Binary | 10000111 | 10011100 | 1101101 | 1101 | 0 | 11110 | 100111 | 1010111 | 10011 | 110100 |
Color Harmonies of #879C6D
Complementary color
Monochromatic Colors of #879C6D
Black with #879C6D
Text Example
Text Example
White with #879C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879C6D; }
p { color: rgb(135,156,109); }
H1.HeaderClassName
{
color: #879C6D;
}
.AnyTagClassName
{
color: #879C6D;
}
</style>
background-color css
<style>
a { background-color: #879C6D; }
a { background-color: rgb(135,156,109); }
div.DivClassName
{
background-color: #879C6D;
}
.BgClassName
{
background-color: #879C6D;
}
</style>
border-color css
<style>
span { border-color: #879C6D; }
span { border-color: rgb(135,156,109); }
td.TdClassName
{
border-color: #879C6D;
}
.TagClassName
{
border-color: #879C6D;
}
</style>