#809488

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

Shades of Granny Smith #809488

Tints of Granny Smith #809488

Color information

#809488 (or 0x809488) is unknown color: approx Granny Smith. HEX triplet: 80, 94 and 88. RGB value is (128,148,136). Sum of RGB (Red+Green+Blue) = 128+148+136=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 148 - color contains mainly: green. Hex color #809488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809488 is #7F6B77. Grayscale: #8C8C8C. Windows color (decimal): -8350584 or 8950912. OLE color: 8950912.

HSL color Cylindrical-coordinate representation of color #809488: hue angle of 144º 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 #809488 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB128148136-
CMYK0.1400.080.42
HSL144º8.55%54.12%-
HSV(B)144º13.51%58.04%-
XYZ23.9427.5527.35-
YUV140.65125.37118.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.07%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=31.07%
G=35.92%
B=33.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281481360.1400.080.421448.5554.12
Hex809488E082A90936
Octal20022421016010522201166
Binary100000001001010010001000111001000101010100100001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809488; }

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

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

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

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

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

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

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

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