#989C68

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

Shades of Avocado #989C68

Tints of Avocado #989C68

Color information

#989C68 (or 0x989C68) is unknown color: approx Avocado. HEX triplet: 98, 9C and 68. RGB value is (152,156,104). Sum of RGB (Red+Green+Blue) = 152+156+104=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 156 - color contains mainly: green. Hex color #989C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C68 is #676397. Grayscale: #959595. Windows color (decimal): -6775704 or 6855832. OLE color: 6855832.

HSL color Cylindrical-coordinate representation of color #989C68: hue angle of 64.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #989C68 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB152156104-
CMYK0.0300.330.39
HSL64.62º20.8%50.98%-
HSV(B)64.62º33.33%61.18%-
XYZ27.3431.4517.73-
YUV148.88102.67130.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 104 (41.02% from 255) = 25.24%
R=36.89%
G=37.86%
B=25.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521561040.0300.330.3964.6220.850.98
Hex989C68302127411533
Octal2302341503041471012563
Binary10011000100111001101000110100001100111100000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,156,104); }

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

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

 a { background-color: rgb(152,156,104); }

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

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

 span { border-color: rgb(152,156,104); }

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