#909772

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

Shades of Avocado #909772

Tints of Avocado #909772

Color information

#909772 (or 0x909772) is unknown color: approx Avocado. HEX triplet: 90, 97 and 72. RGB value is (144,151,114). Sum of RGB (Red+Green+Blue) = 144+151+114=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 151 - color contains mainly: green. Hex color #909772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909772 is #6F688D. Grayscale: #909090. Windows color (decimal): -7301262 or 7509904. OLE color: 7509904.

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

Color convert

RGB144151114-
CMYK0.0500.250.41
HSL71.35º15.1%51.96%-
HSV(B)71.35º24.5%59.22%-
XYZ25.6129.2820.22-
YUV144.69110.68127.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=35.21%
G=36.92%
B=27.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441511140.0500.250.4171.3515.151.96
Hex90977250192947f34
Octal2202271625031511071764
Binary1001000010010111111001010101100110100110001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909772; }

 p { color: rgb(144,151,114); }

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

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

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

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

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

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

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