#829769

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

Shades of Highland #829769

Tints of Highland #829769

Color information

#829769 (or 0x829769) is unknown color: approx Highland. HEX triplet: 82, 97 and 69. RGB value is (130,151,105). Sum of RGB (Red+Green+Blue) = 130+151+105=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 151 - color contains mainly: green. Hex color #829769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829769 is #7D6896. Grayscale: #8B8B8B. Windows color (decimal): -8218775 or 6920066. OLE color: 6920066.

HSL color Cylindrical-coordinate representation of color #829769: hue angle of 87.39º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #829769 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB130151105-
CMYK0.1400.300.41
HSL87.39º18.11%50.2%-
HSV(B)87.39º30.46%59.22%-
XYZ22.8227.917.55-
YUV139.48108.54121.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 151 (59.38% from 255) = 39.12%
BLUE value IS 105 (41.41% from 255) = 27.20%
R=33.68%
G=39.12%
B=27.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301511050.1400.300.4187.3918.1150.2
Hex829769E01E29571232
Octal20222715116036511272262
Binary100000101001011111010011110011110101001101011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829769; }

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

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

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

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

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

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

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

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