#979355

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

Shades of Avocado #979355

Tints of Avocado #979355

Color information

#979355 (or 0x979355) is unknown color: approx Avocado. HEX triplet: 97, 93 and 55. RGB value is (151,147,85). Sum of RGB (Red+Green+Blue) = 151+147+85=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 151 - color contains mainly: red. Hex color #979355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979355 is #686CAA. Grayscale: #8D8D8D. Windows color (decimal): -6843563 or 5608343. OLE color: 5608343.

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

Color convert

RGB15114785-
CMYK00.030.440.41
HSL56.36º27.97%46.27%-
HSV(B)56.36º43.71%59.22%-
XYZ24.8428.112.71-
YUV141.1396.33135.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.43%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=39.43%
G=38.38%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511478500.030.440.4156.3627.9746.27
Hex979355032C29381c2e
Octal227223125035451703456
Binary1001011110010011101010101110110010100111100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979355; }

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

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

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

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

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

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

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

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