Shades of Highland #839D6A
Tints of Highland #839D6A
RGB
CMYK
RGB Variations
Color information
#839D6A (or 0x839D6A) is known color: Highland. HEX triplet: 83, 9D and 6A. RGB value is (131,157,106). Sum of RGB (Red+Green+Blue) = 131+157+106=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 157 - color contains mainly: green. Hex color #839D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839D6A is #7C6295. Grayscale: #8F8F8F. Windows color (decimal): -8151702 or 6987139. OLE color: 6987139.
HSL color Cylindrical-coordinate representation of color #839D6A: hue angle of 90.59º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #839D6A is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 157 | 106 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.38 |
| HSL | 90.59º | 0.21% | 0.52% | - |
| HSV(B) | 90.59º | 0.32% | 0.62% | - |
| XYZ | 24.02 | 29.98 | 18.16 | - |
| YUV | 143.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 106 | 0.17 | 0 | 0.32 | 0.38 | 90.59 | 0.21 | 0.52 |
| Hex | 83 | 9D | 6A | 11 | 0 | 20 | 26 | 5B | 15 | 34 |
| Octal | 203 | 235 | 152 | 21 | 0 | 40 | 46 | 133 | 25 | 64 |
| Binary | 10000011 | 10011101 | 1101010 | 10001 | 0 | 100000 | 100110 | 1011011 | 10101 | 110100 |
Color Harmonies of #839D6A
Complementary color
Monochromatic Colors of #839D6A
Black with #839D6A
Text Example
Text Example
White with #839D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839D6A; }
p { color: rgb(131,157,106); }
H1.HeaderClassName
{
color: #839D6A;
}
.AnyTagClassName
{
color: #839D6A;
}
</style>
background-color css
<style>
a { background-color: #839D6A; }
a { background-color: rgb(131,157,106); }
div.DivClassName
{
background-color: #839D6A;
}
.BgClassName
{
background-color: #839D6A;
}
</style>
border-color css
<style>
span { border-color: #839D6A; }
span { border-color: rgb(131,157,106); }
td.TdClassName
{
border-color: #839D6A;
}
.TagClassName
{
border-color: #839D6A;
}
</style>