#80938C

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

Shades of Granny Smith #80938C

Tints of Granny Smith #80938C

Color information

#80938C (or 0x80938C) is unknown color: approx Granny Smith. HEX triplet: 80, 93 and 8C. RGB value is (128,147,140). Sum of RGB (Red+Green+Blue) = 128+147+140=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 147 - color contains mainly: green. Hex color #80938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80938C is #7F6C73. Grayscale: #8C8C8C. Windows color (decimal): -8350836 or 9212800. OLE color: 9212800.

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

Color convert

RGB128147140-
CMYK0.1300.050.42
HSL157.89º8.09%53.92%-
HSV(B)157.89º12.93%57.65%-
XYZ24.0727.3528.82-
YUV140.52127.71119.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.84%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=30.84%
G=35.42%
B=33.73%

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
Decimal1281471400.1300.050.42157.898.0953.92
Hex80938CD052A9e836
Octal2002232141505522361066
Binary10000000100100111000110011010101101010100111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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