#979656

Color #979656 Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #979656

Tints of Avocado #979656

Color information

#979656 (or 0x979656) is unknown color: approx Avocado. HEX triplet: 97, 96 and 56. RGB value is (151,150,86). Sum of RGB (Red+Green+Blue) = 151+150+86=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 151 - color contains mainly: red. Hex color #979656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979656 is #6869A9. Grayscale: #8F8F8F. Windows color (decimal): -6842794 or 5674647. OLE color: 5674647.

HSL color Cylindrical-coordinate representation of color #979656: hue angle of 59.08º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #979656 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15115086-
CMYK00.010.430.41
HSL59.08º27.43%46.47%-
HSV(B)59.08º43.05%59.22%-
XYZ25.3529.0613.08-
YUV14395.83133.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.02%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=39.02%
G=38.76%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511508600.010.430.4159.0827.4346.47
Hex979656012B293b1b2e
Octal227226126015351733356
Binary100101111001011010101100110101110100111101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979656; }

 p { color: rgb(151,150,86); }

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

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

 a { background-color: rgb(151,150,86); }

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

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

 span { border-color: rgb(151,150,86); }

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