Shades of Highland #829A6D
Tints of Highland #829A6D
RGB
CMYK
RGB Variations
Color information
#829A6D (or 0x829A6D) is known color: Highland. HEX triplet: 82, 9A and 6D. RGB value is (130,154,109). Sum of RGB (Red+Green+Blue) = 130+154+109=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 154 - color contains mainly: green. Hex color #829A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829A6D is #7D6592. Grayscale: #8D8D8D. Windows color (decimal): -8218003 or 7182978. OLE color: 7182978.
HSL color Cylindrical-coordinate representation of color #829A6D: hue angle of 92º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #829A6D is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 154 | 109 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.40 |
| HSL | 92º | 0.18% | 0.52% | - |
| HSV(B) | 92º | 0.29% | 0.6% | - |
| XYZ | 23.52 | 28.96 | 18.82 | - |
| YUV | 141.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 109 | 0.16 | 0 | 0.29 | 0.40 | 92 | 0.18 | 0.52 |
| Hex | 82 | 9A | 6D | 10 | 0 | 1D | 28 | 5C | 12 | 34 |
| Octal | 202 | 232 | 155 | 20 | 0 | 35 | 50 | 134 | 22 | 64 |
| Binary | 10000010 | 10011010 | 1101101 | 10000 | 0 | 11101 | 101000 | 1011100 | 10010 | 110100 |
Color Harmonies of #829A6D
Complementary color
Monochromatic Colors of #829A6D
Black with #829A6D
Text Example
Text Example
White with #829A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829A6D; }
p { color: rgb(130,154,109); }
H1.HeaderClassName
{
color: #829A6D;
}
.AnyTagClassName
{
color: #829A6D;
}
</style>
background-color css
<style>
a { background-color: #829A6D; }
a { background-color: rgb(130,154,109); }
div.DivClassName
{
background-color: #829A6D;
}
.BgClassName
{
background-color: #829A6D;
}
</style>
border-color css
<style>
span { border-color: #829A6D; }
span { border-color: rgb(130,154,109); }
td.TdClassName
{
border-color: #829A6D;
}
.TagClassName
{
border-color: #829A6D;
}
</style>