Shades of Highland #839B64
Tints of Highland #839B64
RGB
CMYK
RGB Variations
Color information
#839B64 (or 0x839B64) is known color: Highland. HEX triplet: 83, 9B and 64. RGB value is (131,155,100). Sum of RGB (Red+Green+Blue) = 131+155+100=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 155 - color contains mainly: green. Hex color #839B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839B64 is #7C649B. Grayscale: #8D8D8D. Windows color (decimal): -8152220 or 6593411. OLE color: 6593411.
HSL color Cylindrical-coordinate representation of color #839B64: hue angle of 86.18º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #839B64 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 155 | 100 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.39 |
| HSL | 86.18º | 0.22% | 0.5% | - |
| HSV(B) | 86.18º | 0.35% | 0.61% | - |
| XYZ | 23.38 | 29.19 | 16.46 | - |
| YUV | 141.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 100 | 0.15 | 0 | 0.35 | 0.39 | 86.18 | 0.22 | 0.5 |
| Hex | 83 | 9B | 64 | F | 0 | 23 | 27 | 56 | 16 | 32 |
| Octal | 203 | 233 | 144 | 17 | 0 | 43 | 47 | 126 | 26 | 62 |
| Binary | 10000011 | 10011011 | 1100100 | 1111 | 0 | 100011 | 100111 | 1010110 | 10110 | 110010 |
Color Harmonies of #839B64
Complementary color
Monochromatic Colors of #839B64
Black with #839B64
Text Example
Text Example
White with #839B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839B64; }
p { color: rgb(131,155,100); }
H1.HeaderClassName
{
color: #839B64;
}
.AnyTagClassName
{
color: #839B64;
}
</style>
background-color css
<style>
a { background-color: #839B64; }
a { background-color: rgb(131,155,100); }
div.DivClassName
{
background-color: #839B64;
}
.BgClassName
{
background-color: #839B64;
}
</style>
border-color css
<style>
span { border-color: #839B64; }
span { border-color: rgb(131,155,100); }
td.TdClassName
{
border-color: #839B64;
}
.TagClassName
{
border-color: #839B64;
}
</style>