#96976A

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

Shades of Avocado #96976A

Tints of Avocado #96976A

Color information

#96976A (or 0x96976A) is unknown color: approx Avocado. HEX triplet: 96, 97 and 6A. RGB value is (150,151,106). Sum of RGB (Red+Green+Blue) = 150+151+106=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 151 - color contains mainly: green. Hex color #96976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96976A is #696895. Grayscale: #919191. Windows color (decimal): -6908054 or 6985622. OLE color: 6985622.

HSL color Cylindrical-coordinate representation of color #96976A: hue angle of 61.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96976A is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB150151106-
CMYK0.0100.300.41
HSL61.33º17.79%50.39%-
HSV(B)61.33º29.8%59.22%-
XYZ26.2529.6617.98-
YUV145.57105.67131.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 151 (59.38% from 255) = 37.10%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=36.86%
G=37.10%
B=26.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501511060.0100.300.4161.3317.7950.39
Hex96976A101E293d1232
Octal226227152103651752262
Binary10010110100101111101010101111010100111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96976A; }

 p { color: rgb(150,151,106); }

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

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

 a { background-color: rgb(150,151,106); }

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

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

 span { border-color: rgb(150,151,106); }

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