#969656

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

Shades of Avocado #969656

Tints of Avocado #969656

Color information

#969656 (or 0x969656) is unknown color: approx Avocado. HEX triplet: 96, 96 and 56. RGB value is (150,150,86). Sum of RGB (Red+Green+Blue) = 150+150+86=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969656 is #6969A9. Grayscale: #8E8E8E. Windows color (decimal): -6908330 or 5674646. OLE color: 5674646.

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

Color convert

RGB15015086-
CMYK000.430.41
HSL60º27.12%46.27%-
HSV(B)60º42.67%58.82%-
XYZ25.1628.9713.07-
YUV142.796133.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 86 (33.98% from 255) = 22.28%
R=38.86%
G=38.86%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15015086000.430.416027.1246.27
Hex969656002B293c1b2e
Octal226226126005351743356
Binary100101101001011010101100010101110100111110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969656; }

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

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

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

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

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

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

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

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