#8A9869

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

Shades of Avocado #8A9869

Tints of Avocado #8A9869

Color information

#8A9869 (or 0x8A9869) is unknown color: approx Avocado. HEX triplet: 8A, 98 and 69. RGB value is (138,152,105). Sum of RGB (Red+Green+Blue) = 138+152+105=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9869 is #756796. Grayscale: #8E8E8E. Windows color (decimal): -7694231 or 6920330. OLE color: 6920330.

HSL color Cylindrical-coordinate representation of color #8A9869: hue angle of 77.87º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A9869 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB138152105-
CMYK0.0900.310.40
HSL77.87º18.58%50.39%-
HSV(B)77.87º30.92%59.61%-
XYZ24.2628.8817.66-
YUV142.46106.86124.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 105 (41.41% from 255) = 26.58%
R=34.94%
G=38.48%
B=26.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381521050.0900.310.4077.8718.5850.39
Hex8A9869901F284e1332
Octal21223015111037501162362
Binary100010101001100011010011001011111101000100111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9869; }

 p { color: rgb(138,152,105); }

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

<style>
 a { background-color: #8A9869; }

 a { background-color: rgb(138,152,105); }

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

<style>
 span { border-color: #8A9869; }

 span { border-color: rgb(138,152,105); }

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