#80948A

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

Shades of Granny Smith #80948A

Tints of Granny Smith #80948A

Color information

#80948A (or 0x80948A) is unknown color: approx Granny Smith. HEX triplet: 80, 94 and 8A. RGB value is (128,148,138). Sum of RGB (Red+Green+Blue) = 128+148+138=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #80948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80948A is #7F6B75. Grayscale: #8C8C8C. Windows color (decimal): -8350582 or 9081984. OLE color: 9081984.

HSL color Cylindrical-coordinate representation of color #80948A: hue angle of 150º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #80948A is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB128148138-
CMYK0.1400.070.42
HSL150º8.55%54.12%-
HSV(B)150º13.51%58.04%-
XYZ24.0827.628.1-
YUV140.88126.37118.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=30.92%
G=35.75%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281481380.1400.070.421508.5554.12
Hex80948AE072A96936
Octal2002242121607522261166
Binary10000000100101001000101011100111101010100101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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