#969357

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

Shades of Avocado #969357

Tints of Avocado #969357

Color information

#969357 (or 0x969357) is unknown color: approx Avocado. HEX triplet: 96, 93 and 57. RGB value is (150,147,87). Sum of RGB (Red+Green+Blue) = 150+147+87=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #969357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969357 is #696CA8. Grayscale: #8D8D8D. Windows color (decimal): -6909097 or 5739414. OLE color: 5739414.

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

Color convert

RGB15014787-
CMYK00.020.420.41
HSL57.14º26.58%46.47%-
HSV(B)57.14º42%58.82%-
XYZ24.7328.0413.13-
YUV141.0697.49134.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 87 (34.38% from 255) = 22.66%
R=39.06%
G=38.28%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501478700.020.420.4157.1426.5846.47
Hex969357022A29391b2e
Octal226223127025251713356
Binary1001011010010011101011101010101010100111100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969357; }

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

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

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

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

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

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

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

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