#80908A

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

Shades of Granny Smith #80908A

Tints of Granny Smith #80908A

Color information

#80908A (or 0x80908A) is unknown color: approx Granny Smith. HEX triplet: 80, 90 and 8A. RGB value is (128,144,138). Sum of RGB (Red+Green+Blue) = 128+144+138=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 144 - color contains mainly: green. Hex color #80908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80908A is #7F6F75. Grayscale: #8A8A8A. Windows color (decimal): -8351606 or 9080960. OLE color: 9080960.

HSL color Cylindrical-coordinate representation of color #80908A: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #80908A is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB128144138-
CMYK0.1100.040.44
HSL157.5º6.72%53.33%-
HSV(B)157.5º11.11%56.47%-
XYZ23.4626.3727.9-
YUV138.53127.7120.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.22%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=31.22%
G=35.12%
B=33.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281441380.1100.040.44157.56.7253.33
Hex80908AB042C9d735
Octal200220212130454235765
Binary1000000010010000100010101011010010110010011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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