Html Css Color HEX #9D9A75 Malachite Green

📋 copy color: '#9D9A75'

red 157 ◦ green 154 ◦ blue 117

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

Shades of Malachite Green #9D9A75

Tints of Malachite Green #9D9A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.98%

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

R = 36.68%
G = 35.98%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D9A75 (or 0x9D9A75) is known color: Malachite Green. HEX triplet: 9D, 9A and 75. RGB value is (157,154,117). Sum of RGB (Red+Green+Blue) = 157+154+117=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9A75 is #62658A. Grayscale: #969696. Windows color (decimal): -6448523 or 7707293. OLE color: 7707293.

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

Color convert

RGB 157 154 117 -
CMYK 0 0.02 0.25 0.38
HSL 55.5º 0.17% 0.54% -
HSV(B) 55.5º 0.25% 0.62% -
XYZ 28.67 31.56 21.41 -
YUV 150.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 157 154 117 0 0.02 0.25 0.38 55.5 0.17 0.54
Hex 9D 9A 75 0 2 19 26 38 11 36
Octal 235 232 165 0 2 31 46 70 21 66
Binary 10011101 10011010 1110101 0 10 11001 100110 111000 10001 110110

Color Harmonies of #9D9A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9A75

Black with #9D9A75

Text Example


Text Example

White with #9D9A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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