#939868

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

Shades of Avocado #939868

Tints of Avocado #939868

Color information

#939868 (or 0x939868) is unknown color: approx Avocado. HEX triplet: 93, 98 and 68. RGB value is (147,152,104). Sum of RGB (Red+Green+Blue) = 147+152+104=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #939868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939868 is #6C6797. Grayscale: #919191. Windows color (decimal): -7104408 or 6854803. OLE color: 6854803.

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

Color convert

RGB147152104-
CMYK0.0300.320.40
HSL66.25º18.9%50.2%-
HSV(B)66.25º31.58%59.61%-
XYZ25.7629.6617.46-
YUV145.03104.84129.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=36.48%
G=37.72%
B=25.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471521040.0300.320.4066.2518.950.2
Hex939868302028421332
Octal2232301503040501022362
Binary10010011100110001101000110100000101000100001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939868; }

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

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

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

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

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

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

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

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