#94916C

Color #94916C Malachite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite Green #94916C

Tints of Malachite Green #94916C

Color information

#94916C (or 0x94916C) is unknown color: approx Malachite Green. HEX triplet: 94, 91 and 6C. RGB value is (148,145,108). Sum of RGB (Red+Green+Blue) = 148+145+108=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #94916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94916C is #6B6E93. Grayscale: #8D8D8D. Windows color (decimal): -7040660 or 7115156. OLE color: 7115156.

HSL color Cylindrical-coordinate representation of color #94916C: hue angle of 55.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94916C is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB148145108-
CMYK00.020.270.42
HSL55.5º15.75%50.2%-
HSV(B)55.5º27.03%58.04%-
XYZ25.0427.6318.2-
YUV141.68108.99132.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=36.91%
G=36.16%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814510800.020.270.4255.515.7550.2
Hex94916C021B2A381032
Octal224221154023352702062
Binary100101001001000111011000101101110101011100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94916C; }

 p { color: rgb(148,145,108); }

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

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

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

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

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

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

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