#929674

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

Shades of Avocado #929674

Tints of Avocado #929674

Color information

#929674 (or 0x929674) is unknown color: approx Avocado. HEX triplet: 92, 96 and 74. RGB value is (146,150,116). Sum of RGB (Red+Green+Blue) = 146+150+116=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #929674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929674 is #6D698B. Grayscale: #919191. Windows color (decimal): -7170444 or 7640722. OLE color: 7640722.

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

Color convert

RGB146150116-
CMYK0.0300.230.41
HSL67.06º13.93%52.16%-
HSV(B)67.06º22.67%58.82%-
XYZ25.9129.1820.79-
YUV144.93111.67128.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.44%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=35.44%
G=36.41%
B=28.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461501160.0300.230.4167.0613.9352.16
Hex92967430172943e34
Octal2222261643027511031664
Binary100100101001011011101001101011110100110000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929674; }

 p { color: rgb(146,150,116); }

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

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

 a { background-color: rgb(146,150,116); }

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

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

 span { border-color: rgb(146,150,116); }

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