Shades of Highland #839A6C
Tints of Highland #839A6C
RGB
CMYK
RGB Variations
Color information
#839A6C (or 0x839A6C) is known color: Highland. HEX triplet: 83, 9A and 6C. RGB value is (131,154,108). Sum of RGB (Red+Green+Blue) = 131+154+108=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 154 - color contains mainly: green. Hex color #839A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839A6C is #7C6593. Grayscale: #8E8E8E. Windows color (decimal): -8152468 or 7117443. OLE color: 7117443.
HSL color Cylindrical-coordinate representation of color #839A6C: hue angle of 90º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #839A6C is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 154 | 108 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.40 |
| HSL | 90º | 0.19% | 0.51% | - |
| HSV(B) | 90º | 0.3% | 0.6% | - |
| XYZ | 23.62 | 29.02 | 18.54 | - |
| YUV | 141.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 108 | 0.15 | 0 | 0.30 | 0.40 | 90 | 0.19 | 0.51 |
| Hex | 83 | 9A | 6C | F | 0 | 1E | 28 | 5A | 13 | 33 |
| Octal | 203 | 232 | 154 | 17 | 0 | 36 | 50 | 132 | 23 | 63 |
| Binary | 10000011 | 10011010 | 1101100 | 1111 | 0 | 11110 | 101000 | 1011010 | 10011 | 110011 |
Color Harmonies of #839A6C
Complementary color
Monochromatic Colors of #839A6C
Black with #839A6C
Text Example
Text Example
White with #839A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839A6C; }
p { color: rgb(131,154,108); }
H1.HeaderClassName
{
color: #839A6C;
}
.AnyTagClassName
{
color: #839A6C;
}
</style>
background-color css
<style>
a { background-color: #839A6C; }
a { background-color: rgb(131,154,108); }
div.DivClassName
{
background-color: #839A6C;
}
.BgClassName
{
background-color: #839A6C;
}
</style>
border-color css
<style>
span { border-color: #839A6C; }
span { border-color: rgb(131,154,108); }
td.TdClassName
{
border-color: #839A6C;
}
.TagClassName
{
border-color: #839A6C;
}
</style>