#979A65

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

Shades of Avocado #979A65

Tints of Avocado #979A65

Color information

#979A65 (or 0x979A65) is unknown color: approx Avocado. HEX triplet: 97, 9A and 65. RGB value is (151,154,101). Sum of RGB (Red+Green+Blue) = 151+154+101=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 154 - color contains mainly: green. Hex color #979A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979A65 is #68659A. Grayscale: #939393. Windows color (decimal): -6841755 or 6658711. OLE color: 6658711.

HSL color Cylindrical-coordinate representation of color #979A65: hue angle of 63.4º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #979A65 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB151154101-
CMYK0.0200.340.40
HSL63.4º20.78%50%-
HSV(B)63.4º34.42%60.39%-
XYZ26.6730.6316.82-
YUV147.06102.01130.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.19%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=37.19%
G=37.93%
B=24.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511541010.0200.340.4063.420.7850
Hex979A652022283f1532
Octal227232145204250772562
Binary1001011110011010110010110010001010100011111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979A65; }

 p { color: rgb(151,154,101); }

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

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

 a { background-color: rgb(151,154,101); }

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

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

 span { border-color: rgb(151,154,101); }

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