#82908A

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

Shades of Granny Smith #82908A

Tints of Granny Smith #82908A

Color information

#82908A (or 0x82908A) is unknown color: approx Granny Smith. HEX triplet: 82, 90 and 8A. RGB value is (130,144,138). Sum of RGB (Red+Green+Blue) = 130+144+138=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 144 - color contains mainly: green. Hex color #82908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82908A is #7D6F75. Grayscale: #8B8B8B. Windows color (decimal): -8220534 or 9080962. OLE color: 9080962.

HSL color Cylindrical-coordinate representation of color #82908A: hue angle of 154.29º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #82908A is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB130144138-
CMYK0.1000.040.44
HSL154.29º5.93%53.73%-
HSV(B)154.29º9.72%56.47%-
XYZ23.7726.5327.91-
YUV139.13127.36121.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=31.55%
G=34.95%
B=33.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301441380.1000.040.44154.295.9353.73
Hex82908AA042C9a636
Octal202220212120454232666
Binary1000001010010000100010101010010010110010011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82908A; }

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

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

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

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

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

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

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

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