#86958C

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

Shades of Granny Smith #86958C

Tints of Granny Smith #86958C

Color information

#86958C (or 0x86958C) is unknown color: approx Granny Smith. HEX triplet: 86, 95 and 8C. RGB value is (134,149,140). Sum of RGB (Red+Green+Blue) = 134+149+140=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 149 - color contains mainly: green. Hex color #86958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86958C is #796A73. Grayscale: #8F8F8F. Windows color (decimal): -7957108 or 9213318. OLE color: 9213318.

HSL color Cylindrical-coordinate representation of color #86958C: hue angle of 144º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #86958C is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB134149140-
CMYK0.1000.060.42
HSL144º6.61%55.49%-
HSV(B)144º10.07%58.43%-
XYZ25.3128.4628.97-
YUV143.49126.03121.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=31.68%
G=35.22%
B=33.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341491400.1000.060.421446.6155.49
Hex86958CA062A90737
Octal206225214120652220767
Binary1000011010010101100011001010011010101010010000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86958C; }

 p { color: rgb(134,149,140); }

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

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

 a { background-color: rgb(134,149,140); }

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

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

 span { border-color: rgb(134,149,140); }

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