#80918D

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

Shades of Granny Smith #80918D

Tints of Granny Smith #80918D

Color information

#80918D (or 0x80918D) is unknown color: approx Granny Smith. HEX triplet: 80, 91 and 8D. RGB value is (128,145,141). Sum of RGB (Red+Green+Blue) = 128+145+141=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 145 - color contains mainly: green. Hex color #80918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80918D is #7F6E72. Grayscale: #8B8B8B. Windows color (decimal): -8351347 or 9277824. OLE color: 9277824.

HSL color Cylindrical-coordinate representation of color #80918D: hue angle of 165.88º degrees, saturation: 0.07, 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 #80918D is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB128145141-
CMYK0.1200.030.43
HSL165.88º7.17%53.53%-
HSV(B)165.88º11.72%56.86%-
XYZ23.8426.7629.11-
YUV139.46128.87119.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=30.92%
G=35.02%
B=34.06%

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
Decimal1281451410.1200.030.43165.887.1753.53
Hex80918DC032Ba6736
Octal200221215140353246766
Binary100000001001000110001101110001110101110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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