#969660

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

Shades of Avocado #969660

Tints of Avocado #969660

Color information

#969660 (or 0x969660) is unknown color: approx Avocado. HEX triplet: 96, 96 and 60. RGB value is (150,150,96). Sum of RGB (Red+Green+Blue) = 150+150+96=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969660 is #69699F. Grayscale: #909090. Windows color (decimal): -6908320 or 6330006. OLE color: 6330006.

HSL color Cylindrical-coordinate representation of color #969660: hue angle of 60º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #969660 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB15015096-
CMYK000.360.41
HSL60º21.95%48.24%-
HSV(B)60º36%58.82%-
XYZ25.629.1415.34-
YUV143.84101132.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 150 (58.98% from 255) = 37.88%
BLUE value IS 96 (37.89% from 255) = 24.24%
R=37.88%
G=37.88%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15015096000.360.416021.9548.24
Hex9696600024293c1630
Octal226226140004451742660
Binary100101101001011011000000010010010100111110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969660; }

 p { color: rgb(150,150,96); }

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

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

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

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

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

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

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