#96956A

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

Shades of Malachite Green #96956A

Tints of Malachite Green #96956A

Color information

#96956A (or 0x96956A) is unknown color: approx Malachite Green. HEX triplet: 96, 95 and 6A. RGB value is (150,149,106). Sum of RGB (Red+Green+Blue) = 150+149+106=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96956A is #696A95. Grayscale: #909090. Windows color (decimal): -6908566 or 6985110. OLE color: 6985110.

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

Color convert

RGB150149106-
CMYK00.010.290.41
HSL58.64º17.32%50.2%-
HSV(B)58.64º29.33%58.82%-
XYZ25.9329.0217.87-
YUV144.4106.33132-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 149 (58.59% from 255) = 36.79%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=37.04%
G=36.79%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014910600.010.290.4158.6417.3250.2
Hex96956A011D293b1132
Octal226225152013551732162
Binary10010110100101011101010011110110100111101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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