#809489

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

Shades of Granny Smith #809489

Tints of Granny Smith #809489

Color information

#809489 (or 0x809489) is unknown color: approx Granny Smith. HEX triplet: 80, 94 and 89. RGB value is (128,148,137). Sum of RGB (Red+Green+Blue) = 128+148+137=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #809489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809489 is #7F6B76. Grayscale: #8C8C8C. Windows color (decimal): -8350583 or 9016448. OLE color: 9016448.

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

Color convert

RGB128148137-
CMYK0.1400.070.42
HSL147º8.55%54.12%-
HSV(B)147º13.51%58.04%-
XYZ24.0127.5827.72-
YUV140.77125.87118.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 137 (53.91% from 255) = 33.17%
R=30.99%
G=35.84%
B=33.17%

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
Decimal1281481370.1400.070.421478.5554.12
Hex809489E072A93936
Octal2002242111607522231166
Binary10000000100101001000100111100111101010100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809489; }

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

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

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

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

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

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

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

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