#9D9B70

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

Shades of Malachite Green #9D9B70

Tints of Malachite Green #9D9B70

Color information

#9D9B70 (or 0x9D9B70) is unknown color: approx Malachite Green. HEX triplet: 9D, 9B and 70. RGB value is (157,155,112). Sum of RGB (Red+Green+Blue) = 157+155+112=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9B70 is #62648F. Grayscale: #969696. Windows color (decimal): -6448272 or 7379869. OLE color: 7379869.

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

Color convert

RGB157155112-
CMYK00.010.290.38
HSL57.33º18.67%52.75%-
HSV(B)57.33º28.66%61.57%-
XYZ28.5531.7819.96-
YUV150.7106.16132.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.03%
GREEN value IS 155 (60.94% from 255) = 36.56%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=37.03%
G=36.56%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715511200.010.290.3857.3318.6752.75
Hex9D9B70011D26391335
Octal235233160013546712365
Binary10011101100110111110000011110110011011100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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