#96936B

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

Shades of Malachite Green #96936B

Tints of Malachite Green #96936B

Color information

#96936B (or 0x96936B) is unknown color: approx Malachite Green. HEX triplet: 96, 93 and 6B. RGB value is (150,147,107). Sum of RGB (Red+Green+Blue) = 150+147+107=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #96936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96936B is #696C94. Grayscale: #8F8F8F. Windows color (decimal): -6909077 or 7050134. OLE color: 7050134.

HSL color Cylindrical-coordinate representation of color #96936B: hue angle of 55.81º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96936B is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB150147107-
CMYK00.020.290.41
HSL55.81º17%50.39%-
HSV(B)55.81º28.67%58.82%-
XYZ25.6728.4118.04-
YUV143.34107.49132.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=37.13%
G=36.39%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014710700.020.290.4155.811750.39
Hex96936B021D29381132
Octal226223153023551702162
Binary100101101001001111010110101110110100111100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,147,107); }

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

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

 a { background-color: rgb(150,147,107); }

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

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

 span { border-color: rgb(150,147,107); }

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