#9B9964

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

Shades of Malachite Green #9B9964

Tints of Malachite Green #9B9964

Color information

#9B9964 (or 0x9B9964) is unknown color: approx Malachite Green. HEX triplet: 9B, 99 and 64. RGB value is (155,153,100). Sum of RGB (Red+Green+Blue) = 155+153+100=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9964 is #64669B. Grayscale: #939393. Windows color (decimal): -6579868 or 6592923. OLE color: 6592923.

HSL color Cylindrical-coordinate representation of color #9B9964: hue angle of 57.82º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B9964 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB155153100-
CMYK00.010.350.39
HSL57.82º21.57%50%-
HSV(B)57.82º35.48%60.78%-
XYZ27.2130.6716.54-
YUV147.56101.16133.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.99%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 100 (39.45% from 255) = 24.51%
R=37.99%
G=37.5%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515310000.010.350.3957.8221.5750
Hex9B99640123273a1632
Octal233231144014347722662
Binary100110111001100111001000110001110011111101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B9964; }

 p { color: rgb(155,153,100); }

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

<style>
 a { background-color: #9B9964; }

 a { background-color: rgb(155,153,100); }

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

<style>
 span { border-color: #9B9964; }

 span { border-color: rgb(155,153,100); }

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