#80938F

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

Shades of Granny Smith #80938F

Tints of Granny Smith #80938F

Color information

#80938F (or 0x80938F) is unknown color: approx Granny Smith. HEX triplet: 80, 93 and 8F. RGB value is (128,147,143). Sum of RGB (Red+Green+Blue) = 128+147+143=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 147 - color contains mainly: green. Hex color #80938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80938F is #7F6C70. Grayscale: #8C8C8C. Windows color (decimal): -8350833 or 9409408. OLE color: 9409408.

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

Color convert

RGB128147143-
CMYK0.1300.030.42
HSL167.37º8.09%53.92%-
HSV(B)167.37º12.93%57.65%-
XYZ24.2927.4430-
YUV140.86129.21118.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.62%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=30.62%
G=35.17%
B=34.21%

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
Decimal1281471430.1300.030.42167.378.0953.92
Hex80938FD032Aa7836
Octal2002232171503522471066
Binary1000000010010011100011111101011101010101001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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