#96947A

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

Shades of Malachite Green #96947A

Tints of Malachite Green #96947A

Color information

#96947A (or 0x96947A) is unknown color: approx Malachite Green. HEX triplet: 96, 94 and 7A. RGB value is (150,148,122). Sum of RGB (Red+Green+Blue) = 150+148+122=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #96947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96947A is #696B85. Grayscale: #919191. Windows color (decimal): -6908806 or 8033430. OLE color: 8033430.

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

Color convert

RGB150148122-
CMYK00.010.190.41
HSL55.71º11.76%53.33%-
HSV(B)55.71º18.67%58.82%-
XYZ26.6829.0722.62-
YUV145.63114.66131.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=35.71%
G=35.24%
B=29.05%

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
Decimal15014812200.010.190.4155.7111.7653.33
Hex96947A01132938c35
Octal226224172012351701465
Binary1001011010010100111101001100111010011110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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