Shades of Highland #839D6B
Tints of Highland #839D6B
RGB
CMYK
RGB Variations
Color information
#839D6B (or 0x839D6B) is known color: Highland. HEX triplet: 83, 9D and 6B. RGB value is (131,157,107). Sum of RGB (Red+Green+Blue) = 131+157+107=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #839D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839D6B is #7C6294. Grayscale: #8F8F8F. Windows color (decimal): -8151701 or 7052675. OLE color: 7052675.
HSL color Cylindrical-coordinate representation of color #839D6B: hue angle of 91.2º degrees, saturation: 0.2, 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 #839D6B is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 157 | 107 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.38 |
| HSL | 91.2º | 0.2% | 0.52% | - |
| HSV(B) | 91.2º | 0.32% | 0.62% | - |
| XYZ | 24.07 | 30 | 18.43 | - |
| YUV | 143.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 107 | 0.17 | 0 | 0.32 | 0.38 | 91.2 | 0.2 | 0.52 |
| Hex | 83 | 9D | 6B | 11 | 0 | 20 | 26 | 5B | 14 | 34 |
| Octal | 203 | 235 | 153 | 21 | 0 | 40 | 46 | 133 | 24 | 64 |
| Binary | 10000011 | 10011101 | 1101011 | 10001 | 0 | 100000 | 100110 | 1011011 | 10100 | 110100 |
Color Harmonies of #839D6B
Complementary color
Monochromatic Colors of #839D6B
Black with #839D6B
Text Example
Text Example
White with #839D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839D6B; }
p { color: rgb(131,157,107); }
H1.HeaderClassName
{
color: #839D6B;
}
.AnyTagClassName
{
color: #839D6B;
}
</style>
background-color css
<style>
a { background-color: #839D6B; }
a { background-color: rgb(131,157,107); }
div.DivClassName
{
background-color: #839D6B;
}
.BgClassName
{
background-color: #839D6B;
}
</style>
border-color css
<style>
span { border-color: #839D6B; }
span { border-color: rgb(131,157,107); }
td.TdClassName
{
border-color: #839D6B;
}
.TagClassName
{
border-color: #839D6B;
}
</style>