#94945F

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

Shades of Avocado #94945F

Tints of Avocado #94945F

Color information

#94945F (or 0x94945F) is unknown color: approx Avocado. HEX triplet: 94, 94 and 5F. RGB value is (148,148,95). Sum of RGB (Red+Green+Blue) = 148+148+95=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94945F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94945F is #6B6BA0. Grayscale: #8E8E8E. Windows color (decimal): -7039905 or 6263956. OLE color: 6263956.

HSL color Cylindrical-coordinate representation of color #94945F: hue angle of 60º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94945F is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14814895-
CMYK000.360.42
HSL60º21.81%47.65%-
HSV(B)60º35.81%58.04%-
XYZ24.8728.314.98-
YUV141.96101.5132.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.85%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=37.85%
G=37.85%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814895000.360.426021.8147.65
Hex94945F00242A3c1630
Octal224224137004452742660
Binary100101001001010010111110010010010101011110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94945F; }

 p { color: rgb(148,148,95); }

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

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

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

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

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

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

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