#939872

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

Shades of Avocado #939872

Tints of Avocado #939872

Color information

#939872 (or 0x939872) is unknown color: approx Avocado. HEX triplet: 93, 98 and 72. RGB value is (147,152,114). Sum of RGB (Red+Green+Blue) = 147+152+114=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #939872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939872 is #6C678D. Grayscale: #929292. Windows color (decimal): -7104398 or 7510163. OLE color: 7510163.

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

Color convert

RGB147152114-
CMYK0.0300.250.40
HSL67.89º15.57%52.16%-
HSV(B)67.89º25%59.61%-
XYZ26.329.8720.3-
YUV146.17109.84128.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 114 (44.92% from 255) = 27.60%
R=35.59%
G=36.80%
B=27.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471521140.0300.250.4067.8915.5752.16
Hex939872301928441034
Octal2232301623031501042064
Binary1001001110011000111001011011001101000100010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939872; }

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

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

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

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

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

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

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

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