#94916B

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

Shades of Malachite Green #94916B

Tints of Malachite Green #94916B

Color information

#94916B (or 0x94916B) is unknown color: approx Malachite Green. HEX triplet: 94, 91 and 6B. RGB value is (148,145,107). Sum of RGB (Red+Green+Blue) = 148+145+107=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #94916B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94916B is #6B6E94. Grayscale: #8D8D8D. Windows color (decimal): -7040661 or 7049620. OLE color: 7049620.

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

Color convert

RGB148145107-
CMYK00.020.280.42
HSL55.61º16.08%50%-
HSV(B)55.61º27.7%58.04%-
XYZ24.9927.6117.92-
YUV141.56108.49132.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 107 (42.19% from 255) = 26.75%
R=37%
G=36.25%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814510700.020.280.4255.6116.0850
Hex94916B021C2A381032
Octal224221153023452702062
Binary100101001001000111010110101110010101011100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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