Shades of Highland #829D67
Tints of Highland #829D67
RGB
CMYK
RGB Variations
Color information
#829D67 (or 0x829D67) is known color: Highland. HEX triplet: 82, 9D and 67. RGB value is (130,157,103). Sum of RGB (Red+Green+Blue) = 130+157+103=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 157 - color contains mainly: green. Hex color #829D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829D67 is #7D6298. Grayscale: #8E8E8E. Windows color (decimal): -8217241 or 6790530. OLE color: 6790530.
HSL color Cylindrical-coordinate representation of color #829D67: hue angle of 90º 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 #829D67 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 157 | 103 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.38 |
| HSL | 90º | 0.22% | 0.51% | - |
| HSV(B) | 90º | 0.34% | 0.62% | - |
| XYZ | 23.71 | 29.84 | 17.34 | - |
| YUV | 142.77 | 105.55 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 103 | 0.17 | 0 | 0.34 | 0.38 | 90 | 0.22 | 0.51 |
| Hex | 82 | 9D | 67 | 11 | 0 | 22 | 26 | 5A | 16 | 33 |
| Octal | 202 | 235 | 147 | 21 | 0 | 42 | 46 | 132 | 26 | 63 |
| Binary | 10000010 | 10011101 | 1100111 | 10001 | 0 | 100010 | 100110 | 1011010 | 10110 | 110011 |
Color Harmonies of #829D67
Complementary color
Monochromatic Colors of #829D67
Black with #829D67
Text Example
Text Example
White with #829D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829D67; }
p { color: rgb(130,157,103); }
H1.HeaderClassName
{
color: #829D67;
}
.AnyTagClassName
{
color: #829D67;
}
</style>
background-color css
<style>
a { background-color: #829D67; }
a { background-color: rgb(130,157,103); }
div.DivClassName
{
background-color: #829D67;
}
.BgClassName
{
background-color: #829D67;
}
</style>
border-color css
<style>
span { border-color: #829D67; }
span { border-color: rgb(130,157,103); }
td.TdClassName
{
border-color: #829D67;
}
.TagClassName
{
border-color: #829D67;
}
</style>