#909168

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

Shades of Avocado #909168

Tints of Avocado #909168

Color information

#909168 (or 0x909168) is unknown color: approx Avocado. HEX triplet: 90, 91 and 68. RGB value is (144,145,104). Sum of RGB (Red+Green+Blue) = 144+145+104=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #909168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909168 is #6F6E97. Grayscale: #8C8C8C. Windows color (decimal): -7302808 or 6853008. OLE color: 6853008.

HSL color Cylindrical-coordinate representation of color #909168: hue angle of 61.46º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #909168 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB144145104-
CMYK0.0100.280.43
HSL61.46º16.47%48.82%-
HSV(B)61.46º28.28%56.86%-
XYZ24.1327.1817.07-
YUV140.03107.67130.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.64%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=36.64%
G=36.90%
B=26.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441451040.0100.280.4361.4616.4748.82
Hex909168101C2B3d1031
Octal220221150103453752061
Binary10010000100100011101000101110010101111110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909168; }

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

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

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

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

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

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

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

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