#8C956E

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

Shades of Avocado #8C956E

Tints of Avocado #8C956E

Color information

#8C956E (or 0x8C956E) is unknown color: approx Avocado. HEX triplet: 8C, 95 and 6E. RGB value is (140,149,110). Sum of RGB (Red+Green+Blue) = 140+149+110=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #8C956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C956E is #736A91. Grayscale: #8E8E8E. Windows color (decimal): -7563922 or 7247244. OLE color: 7247244.

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

Color convert

RGB140149110-
CMYK0.0600.260.42
HSL73.85º15.54%50.78%-
HSV(B)73.85º26.17%58.43%-
XYZ24.3828.218.91-
YUV141.86110.02126.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 149 (58.59% from 255) = 37.34%
BLUE value IS 110 (43.36% from 255) = 27.57%
R=35.09%
G=37.34%
B=27.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401491100.0600.260.4273.8515.5450.78
Hex8C956E601A2A4a1033
Octal2142251566032521122063
Binary10001100100101011101110110011010101010100101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,149,110); }

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

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

 a { background-color: rgb(140,149,110); }

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

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

 span { border-color: rgb(140,149,110); }

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