#808D87

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

Shades of Granny Smith #808D87

Tints of Granny Smith #808D87

Color information

#808D87 (or 0x808D87) is unknown color: approx Granny Smith. HEX triplet: 80, 8D and 87. RGB value is (128,141,135). Sum of RGB (Red+Green+Blue) = 128+141+135=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 141 - color contains mainly: green. Hex color #808D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808D87 is #7F7278. Grayscale: #888888. Windows color (decimal): -8352377 or 8883584. OLE color: 8883584.

HSL color Cylindrical-coordinate representation of color #808D87: hue angle of 152.31º 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 #808D87 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB128141135-
CMYK0.0900.040.45
HSL152.31º5.39%52.75%-
HSV(B)152.31º9.22%55.29%-
XYZ22.825.3926.62-
YUV136.43127.19121.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 135 (53.12% from 255) = 33.42%
R=31.68%
G=34.90%
B=33.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281411350.0900.040.45152.315.3952.75
Hex808D879042D98535
Octal200215207110455230565
Binary1000000010001101100001111001010010110110011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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