#80928D

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

Shades of Granny Smith #80928D

Tints of Granny Smith #80928D

Color information

#80928D (or 0x80928D) is unknown color: approx Granny Smith. HEX triplet: 80, 92 and 8D. RGB value is (128,146,141). Sum of RGB (Red+Green+Blue) = 128+146+141=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 146 - color contains mainly: green. Hex color #80928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80928D is #7F6D72. Grayscale: #8C8C8C. Windows color (decimal): -8351091 or 9278080. OLE color: 9278080.

HSL color Cylindrical-coordinate representation of color #80928D: hue angle of 163.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #80928D is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB128146141-
CMYK0.1200.030.43
HSL163.33º7.63%53.73%-
HSV(B)163.33º12.33%57.25%-
XYZ23.9927.0729.16-
YUV140.05128.54119.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.84%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=30.84%
G=35.18%
B=33.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281461410.1200.030.43163.337.6353.73
Hex80928DC032Ba3836
Octal2002222151403532431066
Binary1000000010010010100011011100011101011101000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80928D; }

 p { color: rgb(128,146,141); }

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

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

 a { background-color: rgb(128,146,141); }

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

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

 span { border-color: rgb(128,146,141); }

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