#93916F

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

Shades of Malachite Green #93916F

Tints of Malachite Green #93916F

Color information

#93916F (or 0x93916F) is unknown color: approx Malachite Green. HEX triplet: 93, 91 and 6F. RGB value is (147,145,111). Sum of RGB (Red+Green+Blue) = 147+145+111=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #93916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93916F is #6C6E90. Grayscale: #8D8D8D. Windows color (decimal): -7106193 or 7311763. OLE color: 7311763.

HSL color Cylindrical-coordinate representation of color #93916F: hue angle of 56.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93916F is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB147145111-
CMYK00.010.240.42
HSL56.67º14.29%50.59%-
HSV(B)56.67º24.49%57.65%-
XYZ25.0327.619.05-
YUV141.72110.66131.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 111 (43.75% from 255) = 27.54%
R=36.48%
G=35.98%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714511100.010.240.4256.6714.2950.59
Hex93916F01182A39e33
Octal223221157013052711663
Binary1001001110010001110111101110001010101110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,145,111); }

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

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

 a { background-color: rgb(147,145,111); }

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

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

 span { border-color: rgb(147,145,111); }

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