#94976D

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

Shades of Avocado #94976D

Tints of Avocado #94976D

Color information

#94976D (or 0x94976D) is unknown color: approx Avocado. HEX triplet: 94, 97 and 6D. RGB value is (148,151,109). Sum of RGB (Red+Green+Blue) = 148+151+109=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 151 - color contains mainly: green. Hex color #94976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94976D is #6B6892. Grayscale: #919191. Windows color (decimal): -7039123 or 7182228. OLE color: 7182228.

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

Color convert

RGB148151109-
CMYK0.0200.280.41
HSL64.29º16.8%50.98%-
HSV(B)64.29º27.81%59.22%-
XYZ26.0429.5318.8-
YUV145.32107.51129.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 151 (59.38% from 255) = 37.01%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=36.27%
G=37.01%
B=26.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481511090.0200.280.4164.2916.850.98
Hex94976D201C29401133
Octal2242271552034511002163
Binary1001010010010111110110110011100101001100000010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94976D; }

 p { color: rgb(148,151,109); }

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

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

 a { background-color: rgb(148,151,109); }

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

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

 span { border-color: rgb(148,151,109); }

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