#969B73

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

Shades of Avocado #969B73

Tints of Avocado #969B73

Color information

#969B73 (or 0x969B73) is unknown color: approx Avocado. HEX triplet: 96, 9B and 73. RGB value is (150,155,115). Sum of RGB (Red+Green+Blue) = 150+155+115=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 155 - color contains mainly: green. Hex color #969B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969B73 is #69648C. Grayscale: #959595. Windows color (decimal): -6907021 or 7576470. OLE color: 7576470.

HSL color Cylindrical-coordinate representation of color #969B73: hue angle of 67.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #969B73 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB150155115-
CMYK0.0300.260.39
HSL67.5º16.67%52.94%-
HSV(B)67.5º25.81%60.78%-
XYZ27.3931.1620.79-
YUV148.95108.84128.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 155 (60.94% from 255) = 36.90%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=35.71%
G=36.90%
B=27.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501551150.0300.260.3967.516.6752.94
Hex969B73301A27441135
Octal2262331633032471042165
Binary1001011010011011111001111011010100111100010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969B73; }

 p { color: rgb(150,155,115); }

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

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

 a { background-color: rgb(150,155,115); }

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

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

 span { border-color: rgb(150,155,115); }

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