#96956B

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

Shades of Malachite Green #96956B

Tints of Malachite Green #96956B

Color information

#96956B (or 0x96956B) is unknown color: approx Malachite Green. HEX triplet: 96, 95 and 6B. RGB value is (150,149,107). Sum of RGB (Red+Green+Blue) = 150+149+107=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #96956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96956B is #696A94. Grayscale: #909090. Windows color (decimal): -6908565 or 7050646. OLE color: 7050646.

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

Color convert

RGB150149107-
CMYK00.010.290.41
HSL58.6º17%50.39%-
HSV(B)58.6º28.67%58.82%-
XYZ25.9829.0418.15-
YUV144.51106.83131.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=36.95%
G=36.70%
B=26.35%

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
Decimal15014910700.010.290.4158.61750.39
Hex96956B011D293b1132
Octal226225153013551732162
Binary10010110100101011101011011110110100111101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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