#90936F

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

Shades of Avocado #90936F

Tints of Avocado #90936F

Color information

#90936F (or 0x90936F) is unknown color: approx Avocado. HEX triplet: 90, 93 and 6F. RGB value is (144,147,111). Sum of RGB (Red+Green+Blue) = 144+147+111=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #90936F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90936F is #6F6C90. Grayscale: #8E8E8E. Windows color (decimal): -7302289 or 7312272. OLE color: 7312272.

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

Color convert

RGB144147111-
CMYK0.0200.240.42
HSL65º14.29%50.59%-
HSV(B)65º24.49%57.65%-
XYZ24.827.9419.13-
YUV142110.51129.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.82%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 111 (43.75% from 255) = 27.61%
R=35.82%
G=36.57%
B=27.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441471110.0200.240.426514.2950.59
Hex90936F20182A41e33
Octal2202231572030521011663
Binary100100001001001111011111001100010101010000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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