#86958E

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

Shades of Granny Smith #86958E

Tints of Granny Smith #86958E

Color information

#86958E (or 0x86958E) is unknown color: approx Granny Smith. HEX triplet: 86, 95 and 8E. RGB value is (134,149,142). Sum of RGB (Red+Green+Blue) = 134+149+142=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #86958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86958E is #796A71. Grayscale: #8F8F8F. Windows color (decimal): -7957106 or 9344390. OLE color: 9344390.

HSL color Cylindrical-coordinate representation of color #86958E: hue angle of 152º 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 #86958E is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB134149142-
CMYK0.1000.050.42
HSL152º6.61%55.49%-
HSV(B)152º10.07%58.43%-
XYZ25.4628.5229.75-
YUV143.72127.03121.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=31.53%
G=35.06%
B=33.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341491420.1000.050.421526.6155.49
Hex86958EA052A98737
Octal206225216120552230767
Binary1000011010010101100011101010010110101010011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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