#86978E

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

Shades of Granny Smith #86978E

Tints of Granny Smith #86978E

Color information

#86978E (or 0x86978E) is unknown color: approx Granny Smith. HEX triplet: 86, 97 and 8E. RGB value is (134,151,142). Sum of RGB (Red+Green+Blue) = 134+151+142=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 151 - color contains mainly: green. Hex color #86978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86978E is #796871. Grayscale: #909090. Windows color (decimal): -7956594 or 9344902. OLE color: 9344902.

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

Color convert

RGB134151142-
CMYK0.1100.060.41
HSL148.24º7.56%55.88%-
HSV(B)148.24º11.26%59.22%-
XYZ25.7829.1529.86-
YUV144.89126.37120.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=31.38%
G=35.36%
B=33.26%

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
Decimal1341511420.1100.060.41148.247.5655.88
Hex86978EB062994838
Octal2062272161306512241070
Binary10000110100101111000111010110110101001100101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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