#939D65

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

Shades of Avocado #939D65

Tints of Avocado #939D65

Color information

#939D65 (or 0x939D65) is unknown color: approx Avocado. HEX triplet: 93, 9D and 65. RGB value is (147,157,101). Sum of RGB (Red+Green+Blue) = 147+157+101=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 157 - color contains mainly: green. Hex color #939D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939D65 is #6C629A. Grayscale: #939393. Windows color (decimal): -7103131 or 6659475. OLE color: 6659475.

HSL color Cylindrical-coordinate representation of color #939D65: hue angle of 70.71º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #939D65 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB147157101-
CMYK0.0600.360.38
HSL70.71º22.22%50.59%-
HSV(B)70.71º35.67%61.57%-
XYZ26.4431.2616.95-
YUV147.63101.69127.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 157 (61.72% from 255) = 38.77%
BLUE value IS 101 (39.84% from 255) = 24.94%
R=36.30%
G=38.77%
B=24.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471571010.0600.360.3870.7122.2250.59
Hex939D65602426471633
Octal2232351456044461072663
Binary100100111001110111001011100100100100110100011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,157,101); }

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

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

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

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

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

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

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