#909059

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

Shades of Avocado #909059

Tints of Avocado #909059

Color information

#909059 (or 0x909059) is unknown color: approx Avocado. HEX triplet: 90, 90 and 59. RGB value is (144,144,89). Sum of RGB (Red+Green+Blue) = 144+144+89=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 144 - color contains mainly: red, green. Hex color #909059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909059 is #6F6FA6. Grayscale: #898989. Windows color (decimal): -7303079 or 5869712. OLE color: 5869712.

HSL color Cylindrical-coordinate representation of color #909059: hue angle of 60º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #909059 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB14414489-
CMYK000.380.44
HSL60º23.61%45.69%-
HSV(B)60º38.19%56.47%-
XYZ23.2826.613.36-
YUV137.73100.5132.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 89 (35.16% from 255) = 23.61%
R=38.20%
G=38.20%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414489000.380.446023.6145.69
Hex90905900262C3c182e
Octal220220131004654743056
Binary100100001001000010110010010011010110011110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909059; }

 p { color: rgb(144,144,89); }

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

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

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

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

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

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

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