#829061

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

Shades of Highland #829061

Tints of Highland #829061

Color information

#829061 (or 0x829061) is unknown color: approx Highland. HEX triplet: 82, 90 and 61. RGB value is (130,144,97). Sum of RGB (Red+Green+Blue) = 130+144+97=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #829061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829061 is #7D6F9E. Grayscale: #868686. Windows color (decimal): -8220575 or 6393986. OLE color: 6393986.

HSL color Cylindrical-coordinate representation of color #829061: hue angle of 77.87º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #829061 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB13014497-
CMYK0.1000.330.44
HSL77.87º19.5%47.25%-
HSV(B)77.87º32.64%56.47%-
XYZ21.3425.5615.12-
YUV134.46106.86124.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 144 (56.64% from 255) = 38.81%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=35.04%
G=38.81%
B=26.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130144970.1000.330.4477.8719.547.25
Hex829061A0212C4e142f
Octal20222014112041541162457
Binary1000001010010000110000110100100001101100100111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829061; }

 p { color: rgb(130,144,97); }

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

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

 a { background-color: rgb(130,144,97); }

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

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

 span { border-color: rgb(130,144,97); }

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