#939669

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

Shades of Avocado #939669

Tints of Avocado #939669

Color information

#939669 (or 0x939669) is unknown color: approx Avocado. HEX triplet: 93, 96 and 69. RGB value is (147,150,105). Sum of RGB (Red+Green+Blue) = 147+150+105=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 150 - color contains mainly: green. Hex color #939669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939669 is #6C6996. Grayscale: #909090. Windows color (decimal): -7104919 or 6919827. OLE color: 6919827.

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

Color convert

RGB147150105-
CMYK0.0200.300.41
HSL64º17.65%50%-
HSV(B)64º30%58.82%-
XYZ25.4929.0417.63-
YUV143.97106.01130.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.57%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 105 (41.41% from 255) = 26.12%
R=36.57%
G=37.31%
B=26.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471501050.0200.300.416417.6550
Hex939669201E29401232
Octal2232261512036511002262
Binary1001001110010110110100110011110101001100000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939669; }

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

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

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

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

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

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

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

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