#939369

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

Shades of Avocado #939369

Tints of Avocado #939369

Color information

#939369 (or 0x939369) is unknown color: approx Avocado. HEX triplet: 93, 93 and 69. RGB value is (147,147,105). Sum of RGB (Red+Green+Blue) = 147+147+105=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 147 - color contains mainly: red, green. Hex color #939369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939369 is #6C6C96. Grayscale: #8E8E8E. Windows color (decimal): -7105687 or 6919059. OLE color: 6919059.

HSL color Cylindrical-coordinate representation of color #939369: hue angle of 60º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #939369 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB147147105-
CMYK000.290.42
HSL60º16.67%49.41%-
HSV(B)60º28.57%57.65%-
XYZ25.0228.0917.47-
YUV142.21107131.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=36.84%
G=36.84%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147147105000.290.426016.6749.41
Hex939369001D2A3c1131
Octal223223151003552742161
Binary10010011100100111101001001110110101011110010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939369; }

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

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

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

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

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

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

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

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