#8C935A

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

Shades of Avocado #8C935A

Tints of Avocado #8C935A

Color information

#8C935A (or 0x8C935A) is unknown color: approx Avocado. HEX triplet: 8C, 93 and 5A. RGB value is (140,147,90). Sum of RGB (Red+Green+Blue) = 140+147+90=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #8C935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C935A is #736CA5. Grayscale: #8A8A8A. Windows color (decimal): -7564454 or 5936012. OLE color: 5936012.

HSL color Cylindrical-coordinate representation of color #8C935A: hue angle of 67.37º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C935A is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14014790-
CMYK0.0500.390.42
HSL67.37º24.05%46.47%-
HSV(B)67.37º38.78%57.65%-
XYZ23.0927.1813.7-
YUV138.41100.68129.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=37.14%
G=38.99%
B=23.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140147900.0500.390.4267.3724.0546.47
Hex8C935A50272A43182e
Octal2142231325047521033056
Binary100011001001001110110101010100111101010100001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,147,90); }

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

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

 a { background-color: rgb(140,147,90); }

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

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

 span { border-color: rgb(140,147,90); }

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