#939B63

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

Shades of Avocado #939B63

Tints of Avocado #939B63

Color information

#939B63 (or 0x939B63) is unknown color: approx Avocado. HEX triplet: 93, 9B and 63. RGB value is (147,155,99). Sum of RGB (Red+Green+Blue) = 147+155+99=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 155 - color contains mainly: green. Hex color #939B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939B63 is #6C649C. Grayscale: #929292. Windows color (decimal): -7103645 or 6527891. OLE color: 6527891.

HSL color Cylindrical-coordinate representation of color #939B63: hue angle of 68.57º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #939B63 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB14715599-
CMYK0.0500.360.39
HSL68.57º22.05%49.8%-
HSV(B)68.57º36.13%60.78%-
XYZ26.0130.5516.33-
YUV146.22101.35128.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 155 (60.94% from 255) = 38.65%
BLUE value IS 99 (39.06% from 255) = 24.69%
R=36.66%
G=38.65%
B=24.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147155990.0500.360.3968.5722.0549.8
Hex939B63502427451632
Octal2232331435044471052662
Binary100100111001101111000111010100100100111100010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939B63; }

 p { color: rgb(147,155,99); }

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

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

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

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

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

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

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