#9A9E71

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

Shades of Avocado #9A9E71

Tints of Avocado #9A9E71

Color information

#9A9E71 (or 0x9A9E71) is unknown color: approx Avocado. HEX triplet: 9A, 9E and 71. RGB value is (154,158,113). Sum of RGB (Red+Green+Blue) = 154+158+113=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 158 - color contains mainly: green. Hex color #9A9E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9E71 is #65618E. Grayscale: #979797. Windows color (decimal): -6644111 or 7446170. OLE color: 7446170.

HSL color Cylindrical-coordinate representation of color #9A9E71: hue angle of 65.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A9E71 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB154158113-
CMYK0.0300.280.38
HSL65.33º18.83%53.14%-
HSV(B)65.33º28.48%61.96%-
XYZ28.5332.5220.4-
YUV151.67106.17129.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.24%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=36.24%
G=37.18%
B=26.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541581130.0300.280.3865.3318.8353.14
Hex9A9E71301C26411335
Octal2322361613034461012365
Binary1001101010011110111000111011100100110100000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A9E71; }

 p { color: rgb(154,158,113); }

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

<style>
 a { background-color: #9A9E71; }

 a { background-color: rgb(154,158,113); }

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

<style>
 span { border-color: #9A9E71; }

 span { border-color: rgb(154,158,113); }

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