#969560

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

Shades of Avocado #969560

Tints of Avocado #969560

Color information

#969560 (or 0x969560) is unknown color: approx Avocado. HEX triplet: 96, 95 and 60. RGB value is (150,149,96). Sum of RGB (Red+Green+Blue) = 150+149+96=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #969560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969560 is #696A9F. Grayscale: #8F8F8F. Windows color (decimal): -6908576 or 6329750. OLE color: 6329750.

HSL color Cylindrical-coordinate representation of color #969560: hue angle of 58.89º 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 #969560 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB15014996-
CMYK00.010.360.41
HSL58.89º21.95%48.24%-
HSV(B)58.89º36%58.82%-
XYZ25.4428.8215.29-
YUV143.26101.33132.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=37.97%
G=37.72%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501499600.010.360.4158.8921.9548.24
Hex9695600124293b1630
Octal226225140014451732660
Binary100101101001010111000000110010010100111101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969560; }

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

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

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

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

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

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

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

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