#86918E

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

Shades of Granny Smith #86918E

Tints of Granny Smith #86918E

Color information

#86918E (or 0x86918E) is unknown color: approx Granny Smith. HEX triplet: 86, 91 and 8E. RGB value is (134,145,142). Sum of RGB (Red+Green+Blue) = 134+145+142=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 145 - color contains mainly: green. Hex color #86918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86918E is #796E71. Grayscale: #8D8D8D. Windows color (decimal): -7958130 or 9343366. OLE color: 9343366.

HSL color Cylindrical-coordinate representation of color #86918E: hue angle of 163.64º 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 #86918E is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB134145142-
CMYK0.0800.020.43
HSL163.64º4.76%54.71%-
HSV(B)163.64º7.59%56.86%-
XYZ24.8427.2729.55-
YUV141.37128.36122.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 145 (57.03% from 255) = 34.44%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=31.83%
G=34.44%
B=33.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341451420.0800.020.43163.644.7654.71
Hex86918E8022Ba4537
Octal206221216100253244567
Binary100001101001000110001110100001010101110100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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