#829D67

Color #829D67 Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #829D67

Tints of Highland #829D67

Color information

#829D67 (or 0x829D67) is unknown color: approx 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

RGB130157103-
CMYK0.1700.340.38
HSL90º21.6%50.98%-
HSV(B)90º34.39%61.57%-
XYZ23.7129.8417.34-
YUV142.77105.55118.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 157 (61.72% from 255) = 40.26%
BLUE value IS 103 (40.62% from 255) = 26.41%
R=33.33%
G=40.26%
B=26.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301571030.1700.340.389021.650.98
Hex829D6711022265a1633
Octal20223514721042461322663
Binary10000010100111011100111100010100010100110101101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>