#90956F

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

Shades of Avocado #90956F

Tints of Avocado #90956F

Color information

#90956F (or 0x90956F) is unknown color: approx Avocado. HEX triplet: 90, 95 and 6F. RGB value is (144,149,111). Sum of RGB (Red+Green+Blue) = 144+149+111=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #90956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90956F is #6F6A90. Grayscale: #8F8F8F. Windows color (decimal): -7301777 or 7312784. OLE color: 7312784.

HSL color Cylindrical-coordinate representation of color #90956F: hue angle of 67.89º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90956F is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB144149111-
CMYK0.0300.260.42
HSL67.89º15.2%50.98%-
HSV(B)67.89º25.5%58.43%-
XYZ25.1228.5719.23-
YUV143.17109.84128.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.64%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 111 (43.75% from 255) = 27.48%
R=35.64%
G=36.88%
B=27.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441491110.0300.260.4267.8915.250.98
Hex90956F301A2A44f33
Octal2202251573032521041763
Binary100100001001010111011111101101010101010001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90956F; }

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

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

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

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

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

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

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

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