#808D89

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

Shades of Granny Smith #808D89

Tints of Granny Smith #808D89

Color information

#808D89 (or 0x808D89) is unknown color: approx Granny Smith. HEX triplet: 80, 8D and 89. RGB value is (128,141,137). Sum of RGB (Red+Green+Blue) = 128+141+137=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 141 - color contains mainly: green. Hex color #808D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808D89 is #7F7276. Grayscale: #888888. Windows color (decimal): -8352375 or 9014656. OLE color: 9014656.

HSL color Cylindrical-coordinate representation of color #808D89: hue angle of 161.54º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #808D89 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB128141137-
CMYK0.0900.030.45
HSL161.54º5.39%52.75%-
HSV(B)161.54º9.22%55.29%-
XYZ22.9425.4527.37-
YUV136.66128.19121.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=31.53%
G=34.73%
B=33.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281411370.0900.030.45161.545.3952.75
Hex808D899032Da2535
Octal200215211110355242565
Binary100000001000110110001001100101110110110100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808D89; }

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

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

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

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

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

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

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

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