#9B9D74

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

Shades of Malachite Green #9B9D74

Tints of Malachite Green #9B9D74

Color information

#9B9D74 (or 0x9B9D74) is unknown color: approx Malachite Green. HEX triplet: 9B, 9D and 74. RGB value is (155,157,116). Sum of RGB (Red+Green+Blue) = 155+157+116=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 157 - color contains mainly: green. Hex color #9B9D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9D74 is #64628B. Grayscale: #979797. Windows color (decimal): -6578828 or 7642523. OLE color: 7642523.

HSL color Cylindrical-coordinate representation of color #9B9D74: hue angle of 62.93º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B9D74 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB155157116-
CMYK0.0100.260.38
HSL62.93º17.3%53.53%-
HSV(B)62.93º26.11%61.57%-
XYZ28.7332.3421.25-
YUV151.73107.84130.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.21%
GREEN value IS 157 (61.72% from 255) = 36.68%
BLUE value IS 116 (45.70% from 255) = 27.10%
R=36.21%
G=36.68%
B=27.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551571160.0100.260.3862.9317.353.53
Hex9B9D74101A263f1136
Octal233235164103246772166
Binary10011011100111011110100101101010011011111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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