#80938A

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

Shades of Granny Smith #80938A

Tints of Granny Smith #80938A

Color information

#80938A (or 0x80938A) is unknown color: approx Granny Smith. HEX triplet: 80, 93 and 8A. RGB value is (128,147,138). Sum of RGB (Red+Green+Blue) = 128+147+138=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #80938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80938A is #7F6C75. Grayscale: #8C8C8C. Windows color (decimal): -8350838 or 9081728. OLE color: 9081728.

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

Color convert

RGB128147138-
CMYK0.1300.060.42
HSL151.58º8.09%53.92%-
HSV(B)151.58º12.93%57.65%-
XYZ23.9227.2928.05-
YUV140.29126.71119.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=30.99%
G=35.59%
B=33.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471380.1300.060.42151.588.0953.92
Hex80938AD062A98836
Octal2002232121506522301066
Binary10000000100100111000101011010110101010100110001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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