#829657

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

Shades of Highland #829657

Tints of Highland #829657

Color information

#829657 (or 0x829657) is unknown color: approx Highland. HEX triplet: 82, 96 and 57. RGB value is (130,150,87). Sum of RGB (Red+Green+Blue) = 130+150+87=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #829657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829657 is #7D69A8. Grayscale: #898989. Windows color (decimal): -8219049 or 5740162. OLE color: 5740162.

HSL color Cylindrical-coordinate representation of color #829657: hue angle of 79.05º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #829657 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB13015087-
CMYK0.1300.420.41
HSL79.05º26.58%46.47%-
HSV(B)79.05º42%58.82%-
XYZ21.8327.2513.13-
YUV136.8499.87123.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 87 (34.38% from 255) = 23.71%
R=35.42%
G=40.87%
B=23.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130150870.1300.420.4179.0526.5846.47
Hex829657D02A294f1b2e
Octal20222612715052511173356
Binary1000001010010110101011111010101010101001100111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829657; }

 p { color: rgb(130,150,87); }

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

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

 a { background-color: rgb(130,150,87); }

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

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

 span { border-color: rgb(130,150,87); }

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