#969459

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

Shades of Avocado #969459

Tints of Avocado #969459

Color information

#969459 (or 0x969459) is unknown color: approx Avocado. HEX triplet: 96, 94 and 59. RGB value is (150,148,89). Sum of RGB (Red+Green+Blue) = 150+148+89=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #969459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969459 is #696BA6. Grayscale: #8E8E8E. Windows color (decimal): -6908839 or 5870742. OLE color: 5870742.

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

Color convert

RGB15014889-
CMYK00.010.410.41
HSL58.03º25.52%46.86%-
HSV(B)58.03º40.67%58.82%-
XYZ24.9728.3913.61-
YUV141.8798.16133.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 89 (35.16% from 255) = 23.00%
R=38.76%
G=38.24%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501488900.010.410.4158.0325.5246.86
Hex9694590129293a1a2f
Octal226224131015151723257
Binary100101101001010010110010110100110100111101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969459; }

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

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

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

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

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

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

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

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