#80938E

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

Shades of Granny Smith #80938E

Tints of Granny Smith #80938E

Color information

#80938E (or 0x80938E) is unknown color: approx Granny Smith. HEX triplet: 80, 93 and 8E. RGB value is (128,147,142). Sum of RGB (Red+Green+Blue) = 128+147+142=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #80938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80938E is #7F6C71. Grayscale: #8C8C8C. Windows color (decimal): -8350834 or 9343872. OLE color: 9343872.

HSL color Cylindrical-coordinate representation of color #80938E: hue angle of 164.21º 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 #80938E is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB128147142-
CMYK0.1300.030.42
HSL164.21º8.09%53.92%-
HSV(B)164.21º12.93%57.65%-
XYZ24.2227.4129.61-
YUV140.75128.71118.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=30.70%
G=35.25%
B=34.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471420.1300.030.42164.218.0953.92
Hex80938ED032Aa4836
Octal2002232161503522441066
Binary1000000010010011100011101101011101010101001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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