#86968D

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

Shades of Granny Smith #86968D

Tints of Granny Smith #86968D

Color information

#86968D (or 0x86968D) is unknown color: approx Granny Smith. HEX triplet: 86, 96 and 8D. RGB value is (134,150,141). Sum of RGB (Red+Green+Blue) = 134+150+141=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 150 - color contains mainly: green. Hex color #86968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86968D is #796972. Grayscale: #909090. Windows color (decimal): -7956851 or 9279110. OLE color: 9279110.

HSL color Cylindrical-coordinate representation of color #86968D: hue angle of 146.25º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #86968D is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB134150141-
CMYK0.1100.060.41
HSL146.25º7.08%55.69%-
HSV(B)146.25º10.67%58.82%-
XYZ25.5528.829.41-
YUV144.19126.2120.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=31.53%
G=35.29%
B=33.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341501410.1100.060.41146.257.0855.69
Hex86968DB062992738
Octal206226215130651222770
Binary1000011010010110100011011011011010100110010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86968D; }

 p { color: rgb(134,150,141); }

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

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

 a { background-color: rgb(134,150,141); }

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

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

 span { border-color: rgb(134,150,141); }

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