#868887

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

Shades of Granny Smith #868887

Tints of Granny Smith #868887

Color information

#868887 (or 0x868887) is unknown color: approx Granny Smith. HEX triplet: 86, 88 and 87. RGB value is (134,136,135). Sum of RGB (Red+Green+Blue) = 134+136+135=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 136 - color contains mainly: green. Hex color #868887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868887 is #797778. Grayscale: #878787. Windows color (decimal): -7960441 or 8882310. OLE color: 8882310.

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

Color convert

RGB134136135-
CMYK0.0100.010.47
HSL150º0.83%52.94%-
HSV(B)150º1.47%53.33%-
XYZ23.0124.4326.42-
YUV135.29127.84127.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 135 (53.12% from 255) = 33.33%
R=33.09%
G=33.58%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341361350.0100.010.471500.8352.94
Hex8688871012F96135
Octal20621020710157226165
Binary100001101000100010000111101101111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868887; }

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

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

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

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

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

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

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

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