#989F6C

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

Shades of Avocado #989F6C

Tints of Avocado #989F6C

Color information

#989F6C (or 0x989F6C) is unknown color: approx Avocado. HEX triplet: 98, 9F and 6C. RGB value is (152,159,108). Sum of RGB (Red+Green+Blue) = 152+159+108=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 159 - color contains mainly: green. Hex color #989F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989F6C is #676093. Grayscale: #979797. Windows color (decimal): -6774932 or 7118744. OLE color: 7118744.

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

Color convert

RGB152159108-
CMYK0.0400.320.38
HSL68.24º20.99%52.35%-
HSV(B)68.24º32.08%62.35%-
XYZ28.0532.5518.99-
YUV151.09103.68128.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.28%
GREEN value IS 159 (62.5% from 255) = 37.95%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=36.28%
G=37.95%
B=25.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521591080.0400.320.3868.2420.9952.35
Hex989F6C402026441534
Octal2302371544040461042564
Binary100110001001111111011001000100000100110100010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989F6C; }

 p { color: rgb(152,159,108); }

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

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

 a { background-color: rgb(152,159,108); }

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

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

 span { border-color: rgb(152,159,108); }

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