#979658

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

Shades of Avocado #979658

Tints of Avocado #979658

Color information

#979658 (or 0x979658) is unknown color: approx Avocado. HEX triplet: 97, 96 and 58. RGB value is (151,150,88). Sum of RGB (Red+Green+Blue) = 151+150+88=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #979658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979658 is #6869A7. Grayscale: #8F8F8F. Windows color (decimal): -6842792 or 5805719. OLE color: 5805719.

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

Color convert

RGB15115088-
CMYK00.010.420.41
HSL59.05º26.36%46.86%-
HSV(B)59.05º41.72%59.22%-
XYZ25.4329.113.51-
YUV143.2396.83133.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.82%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 88 (34.77% from 255) = 22.62%
R=38.82%
G=38.56%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511508800.010.420.4159.0526.3646.86
Hex979658012A293b1a2f
Octal227226130015251733257
Binary100101111001011010110000110101010100111101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979658; }

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

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

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

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

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

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

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

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