#929A70

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

Shades of Avocado #929A70

Tints of Avocado #929A70

Color information

#929A70 (or 0x929A70) is unknown color: approx Avocado. HEX triplet: 92, 9A and 70. RGB value is (146,154,112). Sum of RGB (Red+Green+Blue) = 146+154+112=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 154 - color contains mainly: green. Hex color #929A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929A70 is #6D658F. Grayscale: #929292. Windows color (decimal): -7169424 or 7379602. OLE color: 7379602.

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

Color convert

RGB146154112-
CMYK0.0500.270.40
HSL71.43º17.21%52.16%-
HSV(B)71.43º27.27%60.39%-
XYZ26.3330.3919.81-
YUV146.82108.35127.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.44%
GREEN value IS 154 (60.55% from 255) = 37.38%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=35.44%
G=37.38%
B=27.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461541120.0500.270.4071.4317.2152.16
Hex929A70501B28471134
Octal2222321605033501072164
Binary10010010100110101110000101011011101000100011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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