Shades of Highland #879B68
Tints of Highland #879B68
RGB
CMYK
RGB Variations
Color information
#879B68 (or 0x879B68) is known color: Highland. HEX triplet: 87, 9B and 68. RGB value is (135,155,104). Sum of RGB (Red+Green+Blue) = 135+155+104=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 155 - color contains mainly: green. Hex color #879B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879B68 is #786497. Grayscale: #8F8F8F. Windows color (decimal): -7890072 or 6855559. OLE color: 6855559.
HSL color Cylindrical-coordinate representation of color #879B68: hue angle of 83.53º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #879B68 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 155 | 104 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.39 |
| HSL | 83.53º | 0.2% | 0.51% | - |
| HSV(B) | 83.53º | 0.33% | 0.61% | - |
| XYZ | 24.21 | 29.59 | 17.53 | - |
| YUV | 143.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 155 | 104 | 0.13 | 0 | 0.33 | 0.39 | 83.53 | 0.2 | 0.51 |
| Hex | 87 | 9B | 68 | D | 0 | 21 | 27 | 54 | 14 | 33 |
| Octal | 207 | 233 | 150 | 15 | 0 | 41 | 47 | 124 | 24 | 63 |
| Binary | 10000111 | 10011011 | 1101000 | 1101 | 0 | 100001 | 100111 | 1010100 | 10100 | 110011 |
Color Harmonies of #879B68
Complementary color
Monochromatic Colors of #879B68
Black with #879B68
Text Example
Text Example
White with #879B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879B68; }
p { color: rgb(135,155,104); }
H1.HeaderClassName
{
color: #879B68;
}
.AnyTagClassName
{
color: #879B68;
}
</style>
background-color css
<style>
a { background-color: #879B68; }
a { background-color: rgb(135,155,104); }
div.DivClassName
{
background-color: #879B68;
}
.BgClassName
{
background-color: #879B68;
}
</style>
border-color css
<style>
span { border-color: #879B68; }
span { border-color: rgb(135,155,104); }
td.TdClassName
{
border-color: #879B68;
}
.TagClassName
{
border-color: #879B68;
}
</style>