Shades of Highland #869B71
Tints of Highland #869B71
RGB
CMYK
RGB Variations
Color information
#869B71 (or 0x869B71) is known color: Highland. HEX triplet: 86, 9B and 71. RGB value is (134,155,113). Sum of RGB (Red+Green+Blue) = 134+155+113=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 155 - color contains mainly: green. Hex color #869B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B71 is #79648E. Grayscale: #909090. Windows color (decimal): -7955599 or 7445382. OLE color: 7445382.
HSL color Cylindrical-coordinate representation of color #869B71: hue angle of 90º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #869B71 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 113 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.39 |
| HSL | 90º | 0.17% | 0.53% | - |
| HSV(B) | 90º | 0.27% | 0.61% | - |
| XYZ | 24.53 | 29.7 | 20.06 | - |
| YUV | 143.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 113 | 0.14 | 0 | 0.27 | 0.39 | 90 | 0.17 | 0.53 |
| Hex | 86 | 9B | 71 | E | 0 | 1B | 27 | 5A | 11 | 35 |
| Octal | 206 | 233 | 161 | 16 | 0 | 33 | 47 | 132 | 21 | 65 |
| Binary | 10000110 | 10011011 | 1110001 | 1110 | 0 | 11011 | 100111 | 1011010 | 10001 | 110101 |
Color Harmonies of #869B71
Complementary color
Monochromatic Colors of #869B71
Black with #869B71
Text Example
Text Example
White with #869B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B71; }
p { color: rgb(134,155,113); }
H1.HeaderClassName
{
color: #869B71;
}
.AnyTagClassName
{
color: #869B71;
}
</style>
background-color css
<style>
a { background-color: #869B71; }
a { background-color: rgb(134,155,113); }
div.DivClassName
{
background-color: #869B71;
}
.BgClassName
{
background-color: #869B71;
}
</style>
border-color css
<style>
span { border-color: #869B71; }
span { border-color: rgb(134,155,113); }
td.TdClassName
{
border-color: #869B71;
}
.TagClassName
{
border-color: #869B71;
}
</style>