#969456

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

Shades of Avocado #969456

Tints of Avocado #969456

Color information

#969456 (or 0x969456) is unknown color: approx Avocado. HEX triplet: 96, 94 and 56. RGB value is (150,148,86). Sum of RGB (Red+Green+Blue) = 150+148+86=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #969456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969456 is #696BA9. Grayscale: #8D8D8D. Windows color (decimal): -6908842 or 5674134. OLE color: 5674134.

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

Color convert

RGB15014886-
CMYK00.010.430.41
HSL58.12º27.12%46.27%-
HSV(B)58.12º42.67%58.82%-
XYZ24.8528.3412.96-
YUV141.5396.66134.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 148 (58.20% from 255) = 38.54%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=39.06%
G=38.54%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501488600.010.430.4158.1227.1246.27
Hex969456012B293a1b2e
Octal226224126015351723356
Binary100101101001010010101100110101110100111101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969456; }

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

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

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

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

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

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

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

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