#8A936E

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

Shades of Avocado #8A936E

Tints of Avocado #8A936E

Color information

#8A936E (or 0x8A936E) is unknown color: approx Avocado. HEX triplet: 8A, 93 and 6E. RGB value is (138,147,110). Sum of RGB (Red+Green+Blue) = 138+147+110=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #8A936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A936E is #756C91. Grayscale: #8C8C8C. Windows color (decimal): -7695506 or 7246730. OLE color: 7246730.

HSL color Cylindrical-coordinate representation of color #8A936E: hue angle of 74.59º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A936E is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB138147110-
CMYK0.0600.250.42
HSL74.59º14.62%50.39%-
HSV(B)74.59º25.17%57.65%-
XYZ23.7327.418.79-
YUV140.09111.02126.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=34.94%
G=37.22%
B=27.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381471100.0600.250.4274.5914.6250.39
Hex8A936E60192A4bf32
Octal2122231566031521131762
Binary1000101010010011110111011001100110101010010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,147,110); }

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

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

 a { background-color: rgb(138,147,110); }

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

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

 span { border-color: rgb(138,147,110); }

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