#868988

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

Shades of Granny Smith #868988

Tints of Granny Smith #868988

Color information

#868988 (or 0x868988) is unknown color: approx Granny Smith. HEX triplet: 86, 89 and 88. RGB value is (134,137,136). Sum of RGB (Red+Green+Blue) = 134+137+136=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 137 - color contains mainly: green. Hex color #868988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868988 is #797677. Grayscale: #878787. Windows color (decimal): -7960184 or 8948102. OLE color: 8948102.

HSL color Cylindrical-coordinate representation of color #868988: hue angle of 160º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #868988 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB134137136-
CMYK0.0200.010.46
HSL160º1.26%53.14%-
HSV(B)160º2.19%53.73%-
XYZ23.2224.7426.84-
YUV135.99128.01126.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=32.92%
G=33.66%
B=33.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341371360.0200.010.461601.2653.14
Hex8689882012Ea0135
Octal20621121020156240165
Binary1000011010001001100010001001101110101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868988; }

 p { color: rgb(134,137,136); }

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

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

 a { background-color: rgb(134,137,136); }

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

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

 span { border-color: rgb(134,137,136); }

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