#909673

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

Shades of Avocado #909673

Tints of Avocado #909673

Color information

#909673 (or 0x909673) is unknown color: approx Avocado. HEX triplet: 90, 96 and 73. RGB value is (144,150,115). Sum of RGB (Red+Green+Blue) = 144+150+115=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #909673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909673 is #6F698C. Grayscale: #909090. Windows color (decimal): -7301517 or 7575184. OLE color: 7575184.

HSL color Cylindrical-coordinate representation of color #909673: hue angle of 70.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909673 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB144150115-
CMYK0.0400.230.41
HSL70.29º14.29%51.96%-
HSV(B)70.29º23.33%58.82%-
XYZ25.528.9820.47-
YUV144.22111.51127.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 115 (45.31% from 255) = 28.12%
R=35.21%
G=36.67%
B=28.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441501150.0400.230.4170.2914.2951.96
Hex90967340172946e34
Octal2202261634027511061664
Binary1001000010010110111001110001011110100110001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909673; }

 p { color: rgb(144,150,115); }

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

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

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

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

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

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

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