#969355

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

Shades of Avocado #969355

Tints of Avocado #969355

Color information

#969355 (or 0x969355) is unknown color: approx Avocado. HEX triplet: 96, 93 and 55. RGB value is (150,147,85). Sum of RGB (Red+Green+Blue) = 150+147+85=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #969355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969355 is #696CAA. Grayscale: #8D8D8D. Windows color (decimal): -6909099 or 5608342. OLE color: 5608342.

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

Color convert

RGB15014785-
CMYK00.020.430.41
HSL57.23º27.66%46.08%-
HSV(B)57.23º43.33%58.82%-
XYZ24.6528.0112.7-
YUV140.8396.49134.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 85 (33.59% from 255) = 22.25%
R=39.27%
G=38.48%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501478500.020.430.4157.2327.6646.08
Hex969355022B29391c2e
Octal226223125025351713456
Binary1001011010010011101010101010101110100111100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969355; }

 p { color: rgb(150,147,85); }

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

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

 a { background-color: rgb(150,147,85); }

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

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

 span { border-color: rgb(150,147,85); }

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