#939761

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

Shades of Avocado #939761

Tints of Avocado #939761

Color information

#939761 (or 0x939761) is unknown color: approx Avocado. HEX triplet: 93, 97 and 61. RGB value is (147,151,97). Sum of RGB (Red+Green+Blue) = 147+151+97=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #939761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939761 is #6C689E. Grayscale: #8F8F8F. Windows color (decimal): -7104671 or 6395795. OLE color: 6395795.

HSL color Cylindrical-coordinate representation of color #939761: hue angle of 64.44º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #939761 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB14715197-
CMYK0.0300.360.41
HSL64.44º21.77%48.63%-
HSV(B)64.44º35.76%59.22%-
XYZ25.2629.215.61-
YUV143.65101.67130.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.22%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=37.22%
G=38.23%
B=24.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147151970.0300.360.4164.4421.7748.63
Hex939761302429401631
Octal2232271413044511002661
Binary10010011100101111100001110100100101001100000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939761; }

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

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

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

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

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

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

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

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