#9D9B6D

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

Shades of Malachite Green #9D9B6D

Tints of Malachite Green #9D9B6D

Color information

#9D9B6D (or 0x9D9B6D) is unknown color: approx Malachite Green. HEX triplet: 9D, 9B and 6D. RGB value is (157,155,109). Sum of RGB (Red+Green+Blue) = 157+155+109=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9B6D is #626492. Grayscale: #969696. Windows color (decimal): -6448275 or 7183261. OLE color: 7183261.

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

Color convert

RGB157155109-
CMYK00.010.310.38
HSL57.5º19.67%52.16%-
HSV(B)57.5º30.57%61.57%-
XYZ28.3931.7119.09-
YUV150.35104.66132.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.29%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=37.29%
G=36.82%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715510900.010.310.3857.519.6752.16
Hex9D9B6D011F263a1434
Octal235233155013746722464
Binary10011101100110111101101011111110011011101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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