#909467

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

Shades of Avocado #909467

Tints of Avocado #909467

Color information

#909467 (or 0x909467) is unknown color: approx Avocado. HEX triplet: 90, 94 and 67. RGB value is (144,148,103). Sum of RGB (Red+Green+Blue) = 144+148+103=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #909467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909467 is #6F6B98. Grayscale: #8D8D8D. Windows color (decimal): -7302041 or 6788240. OLE color: 6788240.

HSL color Cylindrical-coordinate representation of color #909467: hue angle of 65.33º degrees, saturation: 0.18, 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 #909467 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB144148103-
CMYK0.0300.300.42
HSL65.33º17.93%49.22%-
HSV(B)65.33º30.41%58.04%-
XYZ24.5428.0916.96-
YUV141.67106.17129.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.46%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 103 (40.62% from 255) = 26.08%
R=36.46%
G=37.47%
B=26.08%

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
Decimal1441481030.0300.300.4265.3317.9349.22
Hex909467301E2A411231
Octal2202241473036521012261
Binary1001000010010100110011111011110101010100000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909467; }

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

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

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

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

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

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

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

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