#969668

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

Shades of Avocado #969668

Tints of Avocado #969668

Color information

#969668 (or 0x969668) is unknown color: approx Avocado. HEX triplet: 96, 96 and 68. RGB value is (150,150,104). Sum of RGB (Red+Green+Blue) = 150+150+104=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969668 is #696997. Grayscale: #909090. Windows color (decimal): -6908312 or 6854294. OLE color: 6854294.

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

Color convert

RGB150150104-
CMYK000.310.41
HSL60º18.11%49.8%-
HSV(B)60º30.67%58.82%-
XYZ25.9829.317.38-
YUV144.76105131.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=37.13%
G=37.13%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150150104000.310.416018.1149.8
Hex969668001F293c1232
Octal226226150003751742262
Binary10010110100101101101000001111110100111110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969668; }

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

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

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

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

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

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

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

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