#96957A

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

Shades of Malachite Green #96957A

Tints of Malachite Green #96957A

Color information

#96957A (or 0x96957A) is unknown color: approx Malachite Green. HEX triplet: 96, 95 and 7A. RGB value is (150,149,122). Sum of RGB (Red+Green+Blue) = 150+149+122=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #96957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96957A is #696A85. Grayscale: #929292. Windows color (decimal): -6908550 or 8033686. OLE color: 8033686.

HSL color Cylindrical-coordinate representation of color #96957A: hue angle of 57.86º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96957A is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB150149122-
CMYK00.010.190.41
HSL57.86º11.76%53.33%-
HSV(B)57.86º18.67%58.82%-
XYZ26.8429.3822.67-
YUV146.22114.33130.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=35.63%
G=35.39%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014912200.010.190.4157.8611.7653.33
Hex96957A0113293ac35
Octal226225172012351721465
Binary1001011010010101111101001100111010011110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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