#96936A

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

Shades of Malachite Green #96936A

Tints of Malachite Green #96936A

Color information

#96936A (or 0x96936A) is unknown color: approx Malachite Green. HEX triplet: 96, 93 and 6A. RGB value is (150,147,106). Sum of RGB (Red+Green+Blue) = 150+147+106=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #96936A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96936A is #696C95. Grayscale: #8F8F8F. Windows color (decimal): -6909078 or 6984598. OLE color: 6984598.

HSL color Cylindrical-coordinate representation of color #96936A: hue angle of 55.91º 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 #96936A is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB150147106-
CMYK00.020.290.41
HSL55.91º17.32%50.2%-
HSV(B)55.91º29.33%58.82%-
XYZ25.6128.3917.77-
YUV143.22106.99132.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.22%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 106 (41.80% from 255) = 26.30%
R=37.22%
G=36.48%
B=26.30%

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
Decimal15014710600.020.290.4155.9117.3250.2
Hex96936A021D29381132
Octal226223152023551702162
Binary100101101001001111010100101110110100111100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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