#979A5A

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

Shades of Avocado #979A5A

Tints of Avocado #979A5A

Color information

#979A5A (or 0x979A5A) is unknown color: approx Avocado. HEX triplet: 97, 9A and 5A. RGB value is (151,154,90). Sum of RGB (Red+Green+Blue) = 151+154+90=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 154 - color contains mainly: green. Hex color #979A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979A5A is #6865A5. Grayscale: #929292. Windows color (decimal): -6841766 or 5937815. OLE color: 5937815.

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

Color convert

RGB15115490-
CMYK0.0200.420.40
HSL62.81º26.23%47.84%-
HSV(B)62.81º41.56%60.39%-
XYZ26.1630.4314.17-
YUV145.8196.51131.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.23%
GREEN value IS 154 (60.55% from 255) = 38.99%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=38.23%
G=38.99%
B=22.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151154900.0200.420.4062.8126.2347.84
Hex979A5A202A283f1a30
Octal227232132205250773260
Binary1001011110011010101101010010101010100011111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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