#829D69

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

Shades of Highland #829D69

Tints of Highland #829D69

Color information

#829D69 (or 0x829D69) is unknown color: approx Highland. HEX triplet: 82, 9D and 69. RGB value is (130,157,105). Sum of RGB (Red+Green+Blue) = 130+157+105=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 157 - color contains mainly: green. Hex color #829D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829D69 is #7D6296. Grayscale: #8F8F8F. Windows color (decimal): -8217239 or 6921602. OLE color: 6921602.

HSL color Cylindrical-coordinate representation of color #829D69: hue angle of 91.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #829D69 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB130157105-
CMYK0.1700.330.38
HSL91.15º20.97%51.37%-
HSV(B)91.15º33.12%61.57%-
XYZ23.8129.8817.88-
YUV143106.55118.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 157 (61.72% from 255) = 40.05%
BLUE value IS 105 (41.41% from 255) = 26.79%
R=33.16%
G=40.05%
B=26.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301571050.1700.330.3891.1520.9751.37
Hex829D6911021265b1533
Octal20223515121041461332563
Binary10000010100111011101001100010100001100110101101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829D69; }

 p { color: rgb(130,157,105); }

 H1.HeaderClassName
 {
   color: #829D69;
 }
 .AnyTagClassName
 {
   color: #829D69;
 }
</style>
background-color css

<style>
 a { background-color: #829D69; }

 a { background-color: rgb(130,157,105); }

 div.DivClassName
 {
   background-color: #829D69;
 }
 .BgClassName
 {
   background-color: #829D69;
 }
</style>
border-color css

<style>
 span { border-color: #829D69; }

 span { border-color: rgb(130,157,105); }

 td.TdClassName
 {
   border-color: #829D69;
 }
 .TagClassName
 {
   border-color: #829D69;
 }
</style>