#9B9C75

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

Shades of Malachite Green #9B9C75

Tints of Malachite Green #9B9C75

Color information

#9B9C75 (or 0x9B9C75) is unknown color: approx Malachite Green. HEX triplet: 9B, 9C and 75. RGB value is (155,156,117). Sum of RGB (Red+Green+Blue) = 155+156+117=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 156 - color contains mainly: green. Hex color #9B9C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9C75 is #64638A. Grayscale: #979797. Windows color (decimal): -6579083 or 7707803. OLE color: 7707803.

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

Color convert

RGB155156117-
CMYK0.0100.250.39
HSL61.54º16.46%53.53%-
HSV(B)61.54º25%61.18%-
XYZ28.6232.0321.5-
YUV151.25108.67130.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.21%
GREEN value IS 156 (61.33% from 255) = 36.45%
BLUE value IS 117 (46.09% from 255) = 27.34%
R=36.21%
G=36.45%
B=27.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551561170.0100.250.3961.5416.4653.53
Hex9B9C751019273e1036
Octal233234165103147762066
Binary10011011100111001110101101100110011111111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,156,117); }

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

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

 a { background-color: rgb(155,156,117); }

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

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

 span { border-color: rgb(155,156,117); }

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