#939668

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

Shades of Avocado #939668

Tints of Avocado #939668

Color information

#939668 (or 0x939668) is unknown color: approx Avocado. HEX triplet: 93, 96 and 68. RGB value is (147,150,104). Sum of RGB (Red+Green+Blue) = 147+150+104=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #939668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939668 is #6C6997. Grayscale: #909090. Windows color (decimal): -7104920 or 6854291. OLE color: 6854291.

HSL color Cylindrical-coordinate representation of color #939668: hue angle of 63.91º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #939668 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB147150104-
CMYK0.0200.310.41
HSL63.91º18.11%49.8%-
HSV(B)63.91º30.67%58.82%-
XYZ25.4429.0217.36-
YUV143.86105.51130.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=36.66%
G=37.41%
B=25.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471501040.0200.310.4163.9118.1149.8
Hex939668201F29401232
Octal2232261502037511002262
Binary1001001110010110110100010011111101001100000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939668; }

 p { color: rgb(147,150,104); }

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

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

 a { background-color: rgb(147,150,104); }

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

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

 span { border-color: rgb(147,150,104); }

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