#909574

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

Shades of Avocado #909574

Tints of Avocado #909574

Color information

#909574 (or 0x909574) is unknown color: approx Avocado. HEX triplet: 90, 95 and 74. RGB value is (144,149,116). Sum of RGB (Red+Green+Blue) = 144+149+116=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 149 - color contains mainly: green. Hex color #909574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909574 is #6F6A8B. Grayscale: #8F8F8F. Windows color (decimal): -7301772 or 7640464. OLE color: 7640464.

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

Color convert

RGB144149116-
CMYK0.0300.220.42
HSL69.09º13.47%51.96%-
HSV(B)69.09º22.15%58.43%-
XYZ25.428.6920.72-
YUV143.74112.34128.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 116 (45.70% from 255) = 28.36%
R=35.21%
G=36.43%
B=28.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441491160.0300.220.4269.0913.4751.96
Hex90957430162A45d34
Octal2202251643026521051564
Binary100100001001010111101001101011010101010001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909574; }

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

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

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

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

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

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

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

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