#979B6F

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

Shades of Avocado #979B6F

Tints of Avocado #979B6F

Color information

#979B6F (or 0x979B6F) is unknown color: approx Avocado. HEX triplet: 97, 9B and 6F. RGB value is (151,155,111). Sum of RGB (Red+Green+Blue) = 151+155+111=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #979B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979B6F is #686490. Grayscale: #949494. Windows color (decimal): -6841489 or 7314327. OLE color: 7314327.

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

Color convert

RGB151155111-
CMYK0.0300.280.39
HSL65.45º18.03%52.16%-
HSV(B)65.45º28.39%60.78%-
XYZ27.3531.1719.61-
YUV148.79106.67129.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.21%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 111 (43.75% from 255) = 26.62%
R=36.21%
G=37.17%
B=26.62%

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
Decimal1511551110.0300.280.3965.4518.0352.16
Hex979B6F301C27411234
Octal2272331573034471012264
Binary1001011110011011110111111011100100111100000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,155,111); }

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

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

 a { background-color: rgb(151,155,111); }

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

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

 span { border-color: rgb(151,155,111); }

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