#96956E

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

Shades of Malachite Green #96956E

Tints of Malachite Green #96956E

Color information

#96956E (or 0x96956E) is unknown color: approx Malachite Green. HEX triplet: 96, 95 and 6E. RGB value is (150,149,110). Sum of RGB (Red+Green+Blue) = 150+149+110=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96956E is #696A91. Grayscale: #919191. Windows color (decimal): -6908562 or 7247254. OLE color: 7247254.

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

Color convert

RGB150149110-
CMYK00.010.270.41
HSL58.5º16%50.98%-
HSV(B)58.5º26.67%58.82%-
XYZ26.1429.118.99-
YUV144.85108.33131.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 110 (43.36% from 255) = 26.89%
R=36.67%
G=36.43%
B=26.89%

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
Decimal15014911000.010.270.4158.51650.98
Hex96956E011B293a1033
Octal226225156013351722063
Binary10010110100101011101110011101110100111101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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