#87988F

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

Shades of Granny Smith #87988F

Tints of Granny Smith #87988F

Color information

#87988F (or 0x87988F) is unknown color: approx Granny Smith. HEX triplet: 87, 98 and 8F. RGB value is (135,152,143). Sum of RGB (Red+Green+Blue) = 135+152+143=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 152 - color contains mainly: green. Hex color #87988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87988F is #786770. Grayscale: #919191. Windows color (decimal): -7890801 or 9410695. OLE color: 9410695.

HSL color Cylindrical-coordinate representation of color #87988F: hue angle of 148.24º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #87988F is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB135152143-
CMYK0.1100.060.40
HSL148.24º7.62%56.27%-
HSV(B)148.24º11.18%59.61%-
XYZ26.1829.5930.32-
YUV145.89126.37120.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.40%
GREEN value IS 152 (59.77% from 255) = 35.35%
BLUE value IS 143 (56.25% from 255) = 33.26%
R=31.40%
G=35.35%
B=33.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351521430.1100.060.40148.247.6256.27
Hex87988FB062894838
Octal2072302171306502241070
Binary10000111100110001000111110110110101000100101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87988F; }

 p { color: rgb(135,152,143); }

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

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

 a { background-color: rgb(135,152,143); }

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

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

 span { border-color: rgb(135,152,143); }

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