Shades of Highland #849E68
Tints of Highland #849E68
RGB
CMYK
RGB Variations
Color information
#849E68 (or 0x849E68) is known color: Highland. HEX triplet: 84, 9E and 68. RGB value is (132,158,104). Sum of RGB (Red+Green+Blue) = 132+158+104=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 158 - color contains mainly: green. Hex color #849E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849E68 is #7B6197. Grayscale: #909090. Windows color (decimal): -8085912 or 6856324. OLE color: 6856324.
HSL color Cylindrical-coordinate representation of color #849E68: hue angle of 88.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #849E68 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 158 | 104 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.38 |
| HSL | 88.89º | 0.22% | 0.51% | - |
| HSV(B) | 88.89º | 0.34% | 0.62% | - |
| XYZ | 24.24 | 30.36 | 17.68 | - |
| YUV | 144.07 | 105.39 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 104 | 0.16 | 0 | 0.34 | 0.38 | 88.89 | 0.22 | 0.51 |
| Hex | 84 | 9E | 68 | 10 | 0 | 22 | 26 | 59 | 16 | 33 |
| Octal | 204 | 236 | 150 | 20 | 0 | 42 | 46 | 131 | 26 | 63 |
| Binary | 10000100 | 10011110 | 1101000 | 10000 | 0 | 100010 | 100110 | 1011001 | 10110 | 110011 |
Color Harmonies of #849E68
Complementary color
Monochromatic Colors of #849E68
Black with #849E68
Text Example
Text Example
White with #849E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849E68; }
p { color: rgb(132,158,104); }
H1.HeaderClassName
{
color: #849E68;
}
.AnyTagClassName
{
color: #849E68;
}
</style>
background-color css
<style>
a { background-color: #849E68; }
a { background-color: rgb(132,158,104); }
div.DivClassName
{
background-color: #849E68;
}
.BgClassName
{
background-color: #849E68;
}
</style>
border-color css
<style>
span { border-color: #849E68; }
span { border-color: rgb(132,158,104); }
td.TdClassName
{
border-color: #849E68;
}
.TagClassName
{
border-color: #849E68;
}
</style>