Shades of Highland #839F6C
Tints of Highland #839F6C
RGB
CMYK
RGB Variations
Color information
#839F6C (or 0x839F6C) is known color: Highland. HEX triplet: 83, 9F and 6C. RGB value is (131,159,108). Sum of RGB (Red+Green+Blue) = 131+159+108=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 159 - color contains mainly: green. Hex color #839F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839F6C is #7C6093. Grayscale: #909090. Windows color (decimal): -8151188 or 7118723. OLE color: 7118723.
HSL color Cylindrical-coordinate representation of color #839F6C: hue angle of 92.94º 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 #839F6C is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 159 | 108 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.38 |
| HSL | 92.94º | 0.21% | 0.52% | - |
| HSV(B) | 92.94º | 0.32% | 0.62% | - |
| XYZ | 24.46 | 30.7 | 18.82 | - |
| YUV | 144.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 108 | 0.18 | 0 | 0.32 | 0.38 | 92.94 | 0.21 | 0.52 |
| Hex | 83 | 9F | 6C | 12 | 0 | 20 | 26 | 5D | 15 | 34 |
| Octal | 203 | 237 | 154 | 22 | 0 | 40 | 46 | 135 | 25 | 64 |
| Binary | 10000011 | 10011111 | 1101100 | 10010 | 0 | 100000 | 100110 | 1011101 | 10101 | 110100 |
Color Harmonies of #839F6C
Complementary color
Monochromatic Colors of #839F6C
Black with #839F6C
Text Example
Text Example
White with #839F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839F6C; }
p { color: rgb(131,159,108); }
H1.HeaderClassName
{
color: #839F6C;
}
.AnyTagClassName
{
color: #839F6C;
}
</style>
background-color css
<style>
a { background-color: #839F6C; }
a { background-color: rgb(131,159,108); }
div.DivClassName
{
background-color: #839F6C;
}
.BgClassName
{
background-color: #839F6C;
}
</style>
border-color css
<style>
span { border-color: #839F6C; }
span { border-color: rgb(131,159,108); }
td.TdClassName
{
border-color: #839F6C;
}
.TagClassName
{
border-color: #839F6C;
}
</style>