#939865

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

Shades of Avocado #939865

Tints of Avocado #939865

Color information

#939865 (or 0x939865) is unknown color: approx Avocado. HEX triplet: 93, 98 and 65. RGB value is (147,152,101). Sum of RGB (Red+Green+Blue) = 147+152+101=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #939865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939865 is #6C679A. Grayscale: #909090. Windows color (decimal): -7104411 or 6658195. OLE color: 6658195.

HSL color Cylindrical-coordinate representation of color #939865: hue angle of 65.88º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #939865 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB147152101-
CMYK0.0300.340.40
HSL65.88º20.16%49.61%-
HSV(B)65.88º33.55%59.61%-
XYZ25.6129.616.68-
YUV144.69103.34129.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=36.75%
G=38%
B=25.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471521010.0300.340.4065.8820.1649.61
Hex939865302228421432
Octal2232301453042501022462
Binary10010011100110001100101110100010101000100001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939865; }

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

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

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

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

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

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

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

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