#979357

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

Shades of Avocado #979357

Tints of Avocado #979357

Color information

#979357 (or 0x979357) is unknown color: approx Avocado. HEX triplet: 97, 93 and 57. RGB value is (151,147,87). Sum of RGB (Red+Green+Blue) = 151+147+87=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 151 - color contains mainly: red. Hex color #979357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979357 is #686CA8. Grayscale: #8D8D8D. Windows color (decimal): -6843561 or 5739415. OLE color: 5739415.

HSL color Cylindrical-coordinate representation of color #979357: hue angle of 56.25º degrees, saturation: 0.27, 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 #979357 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB15114787-
CMYK00.030.420.41
HSL56.25º26.89%46.67%-
HSV(B)56.25º42.38%59.22%-
XYZ24.9228.1313.13-
YUV141.3697.33134.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.22%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 87 (34.38% from 255) = 22.60%
R=39.22%
G=38.18%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511478700.030.420.4156.2526.8946.67
Hex979357032A29381b2f
Octal227223127035251703357
Binary1001011110010011101011101110101010100111100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979357; }

 p { color: rgb(151,147,87); }

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

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

 a { background-color: rgb(151,147,87); }

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

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

 span { border-color: rgb(151,147,87); }

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