Html Css Color HEX #9D9B75 Malachite Green

📋 copy color: '#9D9B75'

red 157 ◦ green 155 ◦ blue 117

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

Shades of Malachite Green #9D9B75

Tints of Malachite Green #9D9B75

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.13%

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

R = 36.6%
G = 36.13%
B = 27.27%

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

#9D9B75 (or 0x9D9B75) is known color: Malachite Green. HEX triplet: 9D, 9B and 75. RGB value is (157,155,117). Sum of RGB (Red+Green+Blue) = 157+155+117=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9B75 is #62648A. Grayscale: #979797. Windows color (decimal): -6448267 or 7707549. OLE color: 7707549.

HSL color Cylindrical-coordinate representation of color #9D9B75: hue angle of 57º 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 #9D9B75 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 155 117 -
CMYK 0 0.01 0.25 0.38
HSL 57º 0.17% 0.54% -
HSV(B) 57º 0.25% 0.62% -
XYZ 28.84 31.9 21.47 -
YUV 151.27 108.66 132.09 -
System Red Green Blue C M Y K H S L
Decimal 157 155 117 0 0.01 0.25 0.38 57 0.17 0.54
Hex 9D 9B 75 0 1 19 26 39 11 36
Octal 235 233 165 0 1 31 46 71 21 66
Binary 10011101 10011011 1110101 0 1 11001 100110 111001 10001 110110

Color Harmonies of #9D9B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9B75

Black with #9D9B75

Text Example


Text Example

White with #9D9B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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