#86918B

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

Shades of Granny Smith #86918B

Tints of Granny Smith #86918B

Color information

#86918B (or 0x86918B) is unknown color: approx Granny Smith. HEX triplet: 86, 91 and 8B. RGB value is (134,145,139). Sum of RGB (Red+Green+Blue) = 134+145+139=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 145 - color contains mainly: green. Hex color #86918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86918B is #796E74. Grayscale: #8D8D8D. Windows color (decimal): -7958133 or 9146758. OLE color: 9146758.

HSL color Cylindrical-coordinate representation of color #86918B: hue angle of 147.27º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #86918B is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB134145139-
CMYK0.0800.040.43
HSL147.27º4.76%54.71%-
HSV(B)147.27º7.59%56.86%-
XYZ24.6227.1828.38-
YUV141.03126.86122.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.06%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=32.06%
G=34.69%
B=33.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341451390.0800.040.43147.274.7654.71
Hex86918B8042B93537
Octal206221213100453223567
Binary1000011010010001100010111000010010101110010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86918B; }

 p { color: rgb(134,145,139); }

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

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

 a { background-color: rgb(134,145,139); }

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

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

 span { border-color: rgb(134,145,139); }

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