#969756

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

Shades of Avocado #969756

Tints of Avocado #969756

Color information

#969756 (or 0x969756) is unknown color: approx Avocado. HEX triplet: 96, 97 and 56. RGB value is (150,151,86). Sum of RGB (Red+Green+Blue) = 150+151+86=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 151 - color contains mainly: green. Hex color #969756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969756 is #6968A9. Grayscale: #8F8F8F. Windows color (decimal): -6908074 or 5674902. OLE color: 5674902.

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

Color convert

RGB15015186-
CMYK0.0100.430.41
HSL60.92º27.43%46.47%-
HSV(B)60.92º43.05%59.22%-
XYZ25.3229.2913.12-
YUV143.2995.67132.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 151 (59.38% from 255) = 39.02%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=38.76%
G=39.02%
B=22.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150151860.0100.430.4160.9227.4346.47
Hex969756102B293d1b2e
Octal226227126105351753356
Binary100101101001011110101101010101110100111110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969756; }

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

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

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

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

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

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

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

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