#86978D

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

Shades of Granny Smith #86978D

Tints of Granny Smith #86978D

Color information

#86978D (or 0x86978D) is unknown color: approx Granny Smith. HEX triplet: 86, 97 and 8D. RGB value is (134,151,141). Sum of RGB (Red+Green+Blue) = 134+151+141=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 151 - color contains mainly: green. Hex color #86978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86978D is #796872. Grayscale: #909090. Windows color (decimal): -7956595 or 9279366. OLE color: 9279366.

HSL color Cylindrical-coordinate representation of color #86978D: hue angle of 144.71º degrees, saturation: 0.08, 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 #86978D is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB134151141-
CMYK0.1100.070.41
HSL144.71º7.56%55.88%-
HSV(B)144.71º11.26%59.22%-
XYZ25.7129.1229.47-
YUV144.78125.87120.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.46%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=31.46%
G=35.45%
B=33.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341511410.1100.070.41144.717.5655.88
Hex86978DB072991838
Octal2062272151307512211070
Binary10000110100101111000110110110111101001100100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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