#959566

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

Shades of Avocado #959566

Tints of Avocado #959566

Color information

#959566 (or 0x959566) is unknown color: approx Avocado. HEX triplet: 95, 95 and 66. RGB value is (149,149,102). Sum of RGB (Red+Green+Blue) = 149+149+102=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959566 is #6A6A99. Grayscale: #8F8F8F. Windows color (decimal): -6974106 or 6722965. OLE color: 6722965.

HSL color Cylindrical-coordinate representation of color #959566: hue angle of 60º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #959566 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB149149102-
CMYK000.320.42
HSL60º18.73%49.22%-
HSV(B)60º31.54%58.43%-
XYZ25.5428.8416.79-
YUV143.64104.5131.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 102 (40.23% from 255) = 25.5%
R=37.25%
G=37.25%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149149102000.320.426018.7349.22
Hex95956600202A3c1331
Octal225225146004052742361
Binary100101011001010111001100010000010101011110010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959566; }

 p { color: rgb(149,149,102); }

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

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

 a { background-color: rgb(149,149,102); }

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

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

 span { border-color: rgb(149,149,102); }

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