#979C70

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

Shades of Avocado #979C70

Tints of Avocado #979C70

Color information

#979C70 (or 0x979C70) is unknown color: approx Avocado. HEX triplet: 97, 9C and 70. RGB value is (151,156,112). Sum of RGB (Red+Green+Blue) = 151+156+112=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 156 - color contains mainly: green. Hex color #979C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979C70 is #68638F. Grayscale: #959595. Windows color (decimal): -6841232 or 7380119. OLE color: 7380119.

HSL color Cylindrical-coordinate representation of color #979C70: hue angle of 66.82º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #979C70 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB151156112-
CMYK0.0300.280.39
HSL66.82º18.18%52.55%-
HSV(B)66.82º28.21%61.18%-
XYZ27.5831.5319.96-
YUV149.49106.84129.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.04%
GREEN value IS 156 (61.33% from 255) = 37.23%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=36.04%
G=37.23%
B=26.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511561120.0300.280.3966.8218.1852.55
Hex979C70301C27431235
Octal2272341603034471032265
Binary1001011110011100111000011011100100111100001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,156,112); }

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

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

 a { background-color: rgb(151,156,112); }

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

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

 span { border-color: rgb(151,156,112); }

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