#939061

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

Shades of Avocado #939061

Tints of Avocado #939061

Color information

#939061 (or 0x939061) is unknown color: approx Avocado. HEX triplet: 93, 90 and 61. RGB value is (147,144,97). Sum of RGB (Red+Green+Blue) = 147+144+97=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #939061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939061 is #6C6F9E. Grayscale: #8B8B8B. Windows color (decimal): -7106463 or 6394003. OLE color: 6394003.

HSL color Cylindrical-coordinate representation of color #939061: hue angle of 56.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #939061 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB14714497-
CMYK00.020.340.42
HSL56.4º20.49%47.84%-
HSV(B)56.4º34.01%57.65%-
XYZ24.1627.0115.25-
YUV139.54103.99133.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 144 (56.64% from 255) = 37.11%
BLUE value IS 97 (38.28% from 255) = 25%
R=37.89%
G=37.11%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471449700.020.340.4256.420.4947.84
Hex93906102222A381430
Octal223220141024252702460
Binary1001001110010000110000101010001010101011100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939061; }

 p { color: rgb(147,144,97); }

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

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

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

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

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

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

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