#96946A

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

Shades of Malachite Green #96946A

Tints of Malachite Green #96946A

Color information

#96946A (or 0x96946A) is unknown color: approx Malachite Green. HEX triplet: 96, 94 and 6A. RGB value is (150,148,106). Sum of RGB (Red+Green+Blue) = 150+148+106=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #96946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96946A is #696B95. Grayscale: #8F8F8F. Windows color (decimal): -6908822 or 6984854. OLE color: 6984854.

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

Color convert

RGB150148106-
CMYK00.010.290.41
HSL57.27º17.32%50.2%-
HSV(B)57.27º29.33%58.82%-
XYZ25.7728.717.82-
YUV143.81106.66132.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 106 (41.80% from 255) = 26.24%
R=37.13%
G=36.63%
B=26.24%

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
Decimal15014810600.010.290.4157.2717.3250.2
Hex96946A011D29391132
Octal226224152013551712162
Binary10010110100101001101010011110110100111100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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