#909565

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

Shades of Avocado #909565

Tints of Avocado #909565

Color information

#909565 (or 0x909565) is unknown color: approx Avocado. HEX triplet: 90, 95 and 65. RGB value is (144,149,101). Sum of RGB (Red+Green+Blue) = 144+149+101=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #909565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909565 is #6F6A9A. Grayscale: #8E8E8E. Windows color (decimal): -7301787 or 6657424. OLE color: 6657424.

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

Color convert

RGB144149101-
CMYK0.0300.320.42
HSL66.25º19.2%49.02%-
HSV(B)66.25º32.21%58.43%-
XYZ24.628.3616.49-
YUV142.03104.84129.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.55%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 101 (39.84% from 255) = 25.63%
R=36.55%
G=37.82%
B=25.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441491010.0300.320.4266.2519.249.02
Hex90956530202A421331
Octal2202251453040521022361
Binary10010000100101011100101110100000101010100001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909565; }

 p { color: rgb(144,149,101); }

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

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

 a { background-color: rgb(144,149,101); }

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

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

 span { border-color: rgb(144,149,101); }

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