#929A6F

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

Shades of Avocado #929A6F

Tints of Avocado #929A6F

Color information

#929A6F (or 0x929A6F) is unknown color: approx Avocado. HEX triplet: 92, 9A and 6F. RGB value is (146,154,111). Sum of RGB (Red+Green+Blue) = 146+154+111=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 154 - color contains mainly: green. Hex color #929A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929A6F is #6D6590. Grayscale: #929292. Windows color (decimal): -7169425 or 7314066. OLE color: 7314066.

HSL color Cylindrical-coordinate representation of color #929A6F: hue angle of 71.16º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #929A6F is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB146154111-
CMYK0.0500.280.40
HSL71.16º17.55%51.96%-
HSV(B)71.16º27.92%60.39%-
XYZ26.2830.3719.52-
YUV146.71107.85127.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.52%
GREEN value IS 154 (60.55% from 255) = 37.47%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=35.52%
G=37.47%
B=27.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461541110.0500.280.4071.1617.5551.96
Hex929A6F501C28471234
Octal2222321575034501072264
Binary10010010100110101101111101011100101000100011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929A6F; }

 p { color: rgb(146,154,111); }

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

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

 a { background-color: rgb(146,154,111); }

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

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

 span { border-color: rgb(146,154,111); }

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