Shades of Highland #839A68
Tints of Highland #839A68
RGB
CMYK
RGB Variations
Color information
#839A68 (or 0x839A68) is known color: Highland. HEX triplet: 83, 9A and 68. RGB value is (131,154,104). Sum of RGB (Red+Green+Blue) = 131+154+104=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 154 - color contains mainly: green. Hex color #839A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839A68 is #7C6597. Grayscale: #8D8D8D. Windows color (decimal): -8152472 or 6855299. OLE color: 6855299.
HSL color Cylindrical-coordinate representation of color #839A68: hue angle of 87.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #839A68 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 154 | 104 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.40 |
| HSL | 87.6º | 0.2% | 0.51% | - |
| HSV(B) | 87.6º | 0.32% | 0.6% | - |
| XYZ | 23.41 | 28.94 | 17.45 | - |
| YUV | 141.42 | 106.88 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 104 | 0.15 | 0 | 0.32 | 0.40 | 87.6 | 0.2 | 0.51 |
| Hex | 83 | 9A | 68 | F | 0 | 20 | 28 | 58 | 14 | 33 |
| Octal | 203 | 232 | 150 | 17 | 0 | 40 | 50 | 130 | 24 | 63 |
| Binary | 10000011 | 10011010 | 1101000 | 1111 | 0 | 100000 | 101000 | 1011000 | 10100 | 110011 |
Color Harmonies of #839A68
Complementary color
Monochromatic Colors of #839A68
Black with #839A68
Text Example
Text Example
White with #839A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839A68; }
p { color: rgb(131,154,104); }
H1.HeaderClassName
{
color: #839A68;
}
.AnyTagClassName
{
color: #839A68;
}
</style>
background-color css
<style>
a { background-color: #839A68; }
a { background-color: rgb(131,154,104); }
div.DivClassName
{
background-color: #839A68;
}
.BgClassName
{
background-color: #839A68;
}
</style>
border-color css
<style>
span { border-color: #839A68; }
span { border-color: rgb(131,154,104); }
td.TdClassName
{
border-color: #839A68;
}
.TagClassName
{
border-color: #839A68;
}
</style>