#91966D

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

Shades of Avocado #91966D

Tints of Avocado #91966D

Color information

#91966D (or 0x91966D) is unknown color: approx Avocado. HEX triplet: 91, 96 and 6D. RGB value is (145,150,109). Sum of RGB (Red+Green+Blue) = 145+150+109=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #91966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91966D is #6E6992. Grayscale: #8F8F8F. Windows color (decimal): -7235987 or 7181969. OLE color: 7181969.

HSL color Cylindrical-coordinate representation of color #91966D: hue angle of 67.32º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91966D is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB145150109-
CMYK0.0300.270.41
HSL67.32º16.33%50.78%-
HSV(B)67.32º27.33%58.82%-
XYZ25.3428.9418.72-
YUV143.83108.34128.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.89%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=35.89%
G=37.13%
B=26.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451501090.0300.270.4167.3216.3350.78
Hex91966D301B29431033
Octal2212261553033511032063
Binary1001000110010110110110111011011101001100001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91966D; }

 p { color: rgb(145,150,109); }

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

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

 a { background-color: rgb(145,150,109); }

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

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

 span { border-color: rgb(145,150,109); }

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