#909468

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

Shades of Avocado #909468

Tints of Avocado #909468

Color information

#909468 (or 0x909468) is unknown color: approx Avocado. HEX triplet: 90, 94 and 68. RGB value is (144,148,104). Sum of RGB (Red+Green+Blue) = 144+148+104=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #909468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909468 is #6F6B97. Grayscale: #8D8D8D. Windows color (decimal): -7302040 or 6853776. OLE color: 6853776.

HSL color Cylindrical-coordinate representation of color #909468: hue angle of 65.45º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #909468 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB144148104-
CMYK0.0300.300.42
HSL65.45º17.46%49.41%-
HSV(B)65.45º29.73%58.04%-
XYZ24.5928.1117.23-
YUV141.79106.67129.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 104 (41.02% from 255) = 26.26%
R=36.36%
G=37.37%
B=26.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481040.0300.300.4265.4517.4649.41
Hex909468301E2A411131
Octal2202241503036521012161
Binary1001000010010100110100011011110101010100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909468; }

 p { color: rgb(144,148,104); }

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

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

 a { background-color: rgb(144,148,104); }

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

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

 span { border-color: rgb(144,148,104); }

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