#829691

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

Shades of Granny Smith #829691

Tints of Granny Smith #829691

Color information

#829691 (or 0x829691) is unknown color: approx Granny Smith. HEX triplet: 82, 96 and 91. RGB value is (130,150,145). Sum of RGB (Red+Green+Blue) = 130+150+145=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 150 - color contains mainly: green. Hex color #829691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829691 is #7D696E. Grayscale: #8F8F8F. Windows color (decimal): -8218991 or 9541250. OLE color: 9541250.

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

Color convert

RGB130150145-
CMYK0.1300.030.41
HSL165º8.7%54.9%-
HSV(B)165º13.33%58.82%-
XYZ25.2228.630.98-
YUV143.45128.87118.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 145 (57.03% from 255) = 34.12%
R=30.59%
G=35.29%
B=34.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301501450.1300.030.411658.754.9
Hex829691D0329a5937
Octal2022262211503512451167
Binary1000001010010110100100011101011101001101001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829691; }

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

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

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

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

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

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

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

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