Shades of Highland #849D68
Tints of Highland #849D68
RGB
CMYK
RGB Variations
Color information
#849D68 (or 0x849D68) is known color: Highland. HEX triplet: 84, 9D and 68. RGB value is (132,157,104). Sum of RGB (Red+Green+Blue) = 132+157+104=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #849D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849D68 is #7B6297. Grayscale: #8F8F8F. Windows color (decimal): -8086168 or 6856068. OLE color: 6856068.
HSL color Cylindrical-coordinate representation of color #849D68: hue angle of 88.3º degrees, saturation: 0.21, 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 #849D68 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 104 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.38 |
| HSL | 88.3º | 0.21% | 0.51% | - |
| HSV(B) | 88.3º | 0.34% | 0.62% | - |
| XYZ | 24.07 | 30.02 | 17.62 | - |
| YUV | 143.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 104 | 0.16 | 0 | 0.34 | 0.38 | 88.3 | 0.21 | 0.51 |
| Hex | 84 | 9D | 68 | 10 | 0 | 22 | 26 | 58 | 15 | 33 |
| Octal | 204 | 235 | 150 | 20 | 0 | 42 | 46 | 130 | 25 | 63 |
| Binary | 10000100 | 10011101 | 1101000 | 10000 | 0 | 100010 | 100110 | 1011000 | 10101 | 110011 |
Color Harmonies of #849D68
Complementary color
Monochromatic Colors of #849D68
Black with #849D68
Text Example
Text Example
White with #849D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D68; }
p { color: rgb(132,157,104); }
H1.HeaderClassName
{
color: #849D68;
}
.AnyTagClassName
{
color: #849D68;
}
</style>
background-color css
<style>
a { background-color: #849D68; }
a { background-color: rgb(132,157,104); }
div.DivClassName
{
background-color: #849D68;
}
.BgClassName
{
background-color: #849D68;
}
</style>
border-color css
<style>
span { border-color: #849D68; }
span { border-color: rgb(132,157,104); }
td.TdClassName
{
border-color: #849D68;
}
.TagClassName
{
border-color: #849D68;
}
</style>