#96946D

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

Shades of Malachite Green #96946D

Tints of Malachite Green #96946D

Color information

#96946D (or 0x96946D) is unknown color: approx Malachite Green. HEX triplet: 96, 94 and 6D. RGB value is (150,148,109). Sum of RGB (Red+Green+Blue) = 150+148+109=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #96946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96946D is #696B92. Grayscale: #909090. Windows color (decimal): -6908819 or 7181462. OLE color: 7181462.

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

Color convert

RGB150148109-
CMYK00.010.270.41
HSL57.07º16.33%50.78%-
HSV(B)57.07º27.33%58.82%-
XYZ25.9328.7718.65-
YUV144.15108.16132.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 109 (42.97% from 255) = 26.78%
R=36.86%
G=36.36%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014810900.010.270.4157.0716.3350.78
Hex96946D011B29391033
Octal226224155013351712063
Binary10010110100101001101101011101110100111100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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