#979D68

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

Shades of Avocado #979D68

Tints of Avocado #979D68

Color information

#979D68 (or 0x979D68) is unknown color: approx Avocado. HEX triplet: 97, 9D and 68. RGB value is (151,157,104). Sum of RGB (Red+Green+Blue) = 151+157+104=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #979D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979D68 is #686297. Grayscale: #959595. Windows color (decimal): -6840984 or 6856087. OLE color: 6856087.

HSL color Cylindrical-coordinate representation of color #979D68: hue angle of 66.79º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #979D68 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB151157104-
CMYK0.0400.340.38
HSL66.79º21.29%51.18%-
HSV(B)66.79º33.76%61.57%-
XYZ27.3231.6917.77-
YUV149.16102.51129.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.65%
GREEN value IS 157 (61.72% from 255) = 38.11%
BLUE value IS 104 (41.02% from 255) = 25.24%
R=36.65%
G=38.11%
B=25.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511571040.0400.340.3866.7921.2951.18
Hex979D68402226431533
Octal2272351504042461032563
Binary100101111001110111010001000100010100110100001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,157,104); }

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

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

 a { background-color: rgb(151,157,104); }

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

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

 span { border-color: rgb(151,157,104); }

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