#969557

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

Shades of Avocado #969557

Tints of Avocado #969557

Color information

#969557 (or 0x969557) is unknown color: approx Avocado. HEX triplet: 96, 95 and 57. RGB value is (150,149,87). Sum of RGB (Red+Green+Blue) = 150+149+87=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #969557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969557 is #696AA8. Grayscale: #8E8E8E. Windows color (decimal): -6908585 or 5739926. OLE color: 5739926.

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

Color convert

RGB15014987-
CMYK00.010.420.41
HSL59.05º26.58%46.47%-
HSV(B)59.05º42%58.82%-
XYZ25.0528.6713.23-
YUV142.2396.83133.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 87 (34.38% from 255) = 22.54%
R=38.86%
G=38.60%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501498700.010.420.4159.0526.5846.47
Hex969557012A293b1b2e
Octal226225127015251733356
Binary100101101001010110101110110101010100111101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969557; }

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

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

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

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

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

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

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

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