#9B9974

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

Shades of Malachite Green #9B9974

Tints of Malachite Green #9B9974

Color information

#9B9974 (or 0x9B9974) is unknown color: approx Malachite Green. HEX triplet: 9B, 99 and 74. RGB value is (155,153,116). Sum of RGB (Red+Green+Blue) = 155+153+116=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9974 is #64668B. Grayscale: #959595. Windows color (decimal): -6579852 or 7641499. OLE color: 7641499.

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

Color convert

RGB155153116-
CMYK00.010.250.39
HSL56.92º16.32%53.14%-
HSV(B)56.92º25.16%60.78%-
XYZ28.0631.0121.03-
YUV149.38109.16132.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.56%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=36.56%
G=36.08%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515311600.010.250.3956.9216.3253.14
Hex9B9974011927391035
Octal233231164013147712065
Binary10011011100110011110100011100110011111100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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