#829060

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

Shades of Highland #829060

Tints of Highland #829060

Color information

#829060 (or 0x829060) is unknown color: approx Highland. HEX triplet: 82, 90 and 60. RGB value is (130,144,96). Sum of RGB (Red+Green+Blue) = 130+144+96=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #829060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829060 is #7D6F9F. Grayscale: #868686. Windows color (decimal): -8220576 or 6328450. OLE color: 6328450.

HSL color Cylindrical-coordinate representation of color #829060: hue angle of 77.5º 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 #829060 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB13014496-
CMYK0.1000.330.44
HSL77.5º20%47.06%-
HSV(B)77.5º33.33%56.47%-
XYZ21.2925.5414.87-
YUV134.34106.36124.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 144 (56.64% from 255) = 38.92%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=35.14%
G=38.92%
B=25.95%

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
Decimal130144960.1000.330.4477.52047.06
Hex829060A0212C4e142f
Octal20222014012041541162457
Binary1000001010010000110000010100100001101100100111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829060; }

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

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

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

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

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

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

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

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