Shades of Highland #839B62
Tints of Highland #839B62
RGB
CMYK
RGB Variations
Color information
#839B62 (or 0x839B62) is known color: Highland. HEX triplet: 83, 9B and 62. RGB value is (131,155,98). Sum of RGB (Red+Green+Blue) = 131+155+98=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #839B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839B62 is #7C649D. Grayscale: #8D8D8D. Windows color (decimal): -8152222 or 6462339. OLE color: 6462339.
HSL color Cylindrical-coordinate representation of color #839B62: hue angle of 85.26º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #839B62 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 155 | 98 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.39 |
| HSL | 85.26º | 0.23% | 0.5% | - |
| HSV(B) | 85.26º | 0.37% | 0.61% | - |
| XYZ | 23.29 | 29.15 | 15.95 | - |
| YUV | 141.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 98 | 0.15 | 0 | 0.37 | 0.39 | 85.26 | 0.23 | 0.5 |
| Hex | 83 | 9B | 62 | F | 0 | 25 | 27 | 55 | 17 | 32 |
| Octal | 203 | 233 | 142 | 17 | 0 | 45 | 47 | 125 | 27 | 62 |
| Binary | 10000011 | 10011011 | 1100010 | 1111 | 0 | 100101 | 100111 | 1010101 | 10111 | 110010 |
Color Harmonies of #839B62
Complementary color
Monochromatic Colors of #839B62
Black with #839B62
Text Example
Text Example
White with #839B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839B62; }
p { color: rgb(131,155,98); }
H1.HeaderClassName
{
color: #839B62;
}
.AnyTagClassName
{
color: #839B62;
}
</style>
background-color css
<style>
a { background-color: #839B62; }
a { background-color: rgb(131,155,98); }
div.DivClassName
{
background-color: #839B62;
}
.BgClassName
{
background-color: #839B62;
}
</style>
border-color css
<style>
span { border-color: #839B62; }
span { border-color: rgb(131,155,98); }
td.TdClassName
{
border-color: #839B62;
}
.TagClassName
{
border-color: #839B62;
}
</style>