#829790

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

Shades of Granny Smith #829790

Tints of Granny Smith #829790

Color information

#829790 (or 0x829790) is unknown color: approx Granny Smith. HEX triplet: 82, 97 and 90. RGB value is (130,151,144). Sum of RGB (Red+Green+Blue) = 130+151+144=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 151 - color contains mainly: green. Hex color #829790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829790 is #7D686F. Grayscale: #8F8F8F. Windows color (decimal): -8218736 or 9475970. OLE color: 9475970.

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

Color convert

RGB130151144-
CMYK0.1400.050.41
HSL160º9.17%55.1%-
HSV(B)160º13.91%59.22%-
XYZ25.3128.8930.63-
YUV143.92128.04118.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=30.59%
G=35.53%
B=33.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301511440.1400.050.411609.1755.1
Hex829790E0529a0937
Octal2022272201605512401167
Binary10000010100101111001000011100101101001101000001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829790; }

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

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

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

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

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

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

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

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