#909461

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

Shades of Avocado #909461

Tints of Avocado #909461

Color information

#909461 (or 0x909461) is unknown color: approx Avocado. HEX triplet: 90, 94 and 61. RGB value is (144,148,97). Sum of RGB (Red+Green+Blue) = 144+148+97=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #909461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909461 is #6F6B9E. Grayscale: #8D8D8D. Windows color (decimal): -7302047 or 6395024. OLE color: 6395024.

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

Color convert

RGB14414897-
CMYK0.0300.340.42
HSL64.71º20.82%48.04%-
HSV(B)64.71º34.46%58.04%-
XYZ24.2527.9715.43-
YUV140.99103.17130.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 148 (58.20% from 255) = 38.05%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=37.02%
G=38.05%
B=24.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144148970.0300.340.4264.7120.8248.04
Hex90946130222A411530
Octal2202241413042521012560
Binary10010000100101001100001110100010101010100000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909461; }

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

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

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

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

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

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

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

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