#969359

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

Shades of Avocado #969359

Tints of Avocado #969359

Color information

#969359 (or 0x969359) is unknown color: approx Avocado. HEX triplet: 96, 93 and 59. RGB value is (150,147,89). Sum of RGB (Red+Green+Blue) = 150+147+89=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #969359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969359 is #696CA6. Grayscale: #8D8D8D. Windows color (decimal): -6909095 or 5870486. OLE color: 5870486.

HSL color Cylindrical-coordinate representation of color #969359: hue angle of 57.05º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #969359 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB15014789-
CMYK00.020.410.41
HSL57.05º25.52%46.86%-
HSV(B)57.05º40.67%58.82%-
XYZ24.8128.0713.56-
YUV141.2998.49134.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 89 (35.16% from 255) = 23.06%
R=38.86%
G=38.08%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501478900.020.410.4157.0525.5246.86
Hex969359022929391a2f
Octal226223131025151713257
Binary1001011010010011101100101010100110100111100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969359; }

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

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

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

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

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

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

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

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