Html Css Color HEX #9D9C75 Malachite Green

📋 copy color: '#9D9C75'

red 157 ◦ green 156 ◦ blue 117

#9D9C75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite Green #9D9C75

Tints of Malachite Green #9D9C75

RGB

 RED value IS 157 (61.72% from 255) = 36.51%

 GREEN value IS 156 (61.33% from 255) = 36.28%

 BLUE value IS 117 (46.09% from 255) = 27.21%

R = 36.51%
G = 36.28%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D9C75 (or 0x9D9C75) is known color: Malachite Green. HEX triplet: 9D, 9C and 75. RGB value is (157,156,117). Sum of RGB (Red+Green+Blue) = 157+156+117=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9C75 is #62638A. Grayscale: #989898. Windows color (decimal): -6448011 or 7707805. OLE color: 7707805.

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

Color convert

RGB 157 156 117 -
CMYK 0 0.01 0.25 0.38
HSL 58.5º 0.17% 0.54% -
HSV(B) 58.5º 0.25% 0.62% -
XYZ 29 32.23 21.52 -
YUV 151.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 157 156 117 0 0.01 0.25 0.38 58.5 0.17 0.54
Hex 9D 9C 75 0 1 19 26 3A 11 36
Octal 235 234 165 0 1 31 46 72 21 66
Binary 10011101 10011100 1110101 0 1 11001 100110 111010 10001 110110

Color Harmonies of #9D9C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9C75

Black with #9D9C75

Text Example


Text Example

White with #9D9C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D9C75;
 }
 .AnyTagClassName
 {
   color: #9D9C75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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