#96976E

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

Shades of Malachite Green #96976E

Tints of Malachite Green #96976E

Color information

#96976E (or 0x96976E) is unknown color: approx Malachite Green. HEX triplet: 96, 97 and 6E. RGB value is (150,151,110). Sum of RGB (Red+Green+Blue) = 150+151+110=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 151 - color contains mainly: green. Hex color #96976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96976E is #696891. Grayscale: #929292. Windows color (decimal): -6908050 or 7247766. OLE color: 7247766.

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

Color convert

RGB150151110-
CMYK0.0100.270.41
HSL61.46º16.47%51.18%-
HSV(B)61.46º27.15%59.22%-
XYZ26.4629.7419.1-
YUV146.03107.67130.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 151 (59.38% from 255) = 36.74%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=36.50%
G=36.74%
B=26.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501511100.0100.270.4161.4616.4751.18
Hex96976E101B293d1033
Octal226227156103351752063
Binary10010110100101111101110101101110100111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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