#939969

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

Shades of Avocado #939969

Tints of Avocado #939969

Color information

#939969 (or 0x939969) is unknown color: approx Avocado. HEX triplet: 93, 99 and 69. RGB value is (147,153,105). Sum of RGB (Red+Green+Blue) = 147+153+105=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #939969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939969 is #6C6696. Grayscale: #919191. Windows color (decimal): -7104151 or 6920595. OLE color: 6920595.

HSL color Cylindrical-coordinate representation of color #939969: hue angle of 67.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #939969 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB147153105-
CMYK0.0400.310.4
HSL67.5º19.05%50.59%-
HSV(B)67.5º31.37%60%-
XYZ25.9730.0117.79-
YUV145.73105.01128.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 153 (60.16% from 255) = 37.78%
BLUE value IS 105 (41.41% from 255) = 25.93%
R=36.30%
G=37.78%
B=25.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471531050.0400.310.467.519.0550.59
Hex939969401F28441333
Octal2232311514037501042363
Binary10010011100110011101001100011111101000100010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939969; }

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

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

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

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

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

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

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

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