#80938B

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

Shades of Granny Smith #80938B

Tints of Granny Smith #80938B

Color information

#80938B (or 0x80938B) is unknown color: approx Granny Smith. HEX triplet: 80, 93 and 8B. RGB value is (128,147,139). Sum of RGB (Red+Green+Blue) = 128+147+139=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 147 - color contains mainly: green. Hex color #80938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80938B is #7F6C74. Grayscale: #8C8C8C. Windows color (decimal): -8350837 or 9147264. OLE color: 9147264.

HSL color Cylindrical-coordinate representation of color #80938B: hue angle of 154.74º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #80938B is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB128147139-
CMYK0.1300.050.42
HSL154.74º8.09%53.92%-
HSV(B)154.74º12.93%57.65%-
XYZ2427.3228.43-
YUV140.41127.21119.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=30.92%
G=35.51%
B=33.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471390.1300.050.42154.748.0953.92
Hex80938BD052A9b836
Octal2002232131505522331066
Binary10000000100100111000101111010101101010100110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80938B; }

 p { color: rgb(128,147,139); }

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

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

 a { background-color: rgb(128,147,139); }

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

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

 span { border-color: rgb(128,147,139); }

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