#808B87

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

Shades of Granny Smith #808B87

Tints of Granny Smith #808B87

Color information

#808B87 (or 0x808B87) is unknown color: approx Granny Smith. HEX triplet: 80, 8B and 87. RGB value is (128,139,135). Sum of RGB (Red+Green+Blue) = 128+139+135=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 139 - color contains mainly: green. Hex color #808B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808B87 is #7F7478. Grayscale: #878787. Windows color (decimal): -8352889 or 8883072. OLE color: 8883072.

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

Color convert

RGB128139135-
CMYK0.0800.030.45
HSL158.18º4.53%52.35%-
HSV(B)158.18º7.91%54.51%-
XYZ22.5124.826.52-
YUV135.26127.86122.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 139 (54.69% from 255) = 34.58%
BLUE value IS 135 (53.12% from 255) = 33.58%
R=31.84%
G=34.58%
B=33.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281391350.0800.030.45158.184.5352.35
Hex808B878032D9e534
Octal200213207100355236564
Binary100000001000101110000111100001110110110011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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