#86978F

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

Shades of Granny Smith #86978F

Tints of Granny Smith #86978F

Color information

#86978F (or 0x86978F) is unknown color: approx Granny Smith. HEX triplet: 86, 97 and 8F. RGB value is (134,151,143). Sum of RGB (Red+Green+Blue) = 134+151+143=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 151 - color contains mainly: green. Hex color #86978F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86978F is #796870. Grayscale: #919191. Windows color (decimal): -7956593 or 9410438. OLE color: 9410438.

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

Color convert

RGB134151143-
CMYK0.1100.050.41
HSL151.76º7.56%55.88%-
HSV(B)151.76º11.26%59.22%-
XYZ25.8629.1830.26-
YUV145126.87120.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.31%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 143 (56.25% from 255) = 33.41%
R=31.31%
G=35.28%
B=33.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341511430.1100.050.41151.767.5655.88
Hex86978FB052998838
Octal2062272171305512301070
Binary10000110100101111000111110110101101001100110001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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