Html Css Color HEX #979575 Malachite Green

📋 copy color: '#979575'

red 151 ◦ green 149 ◦ blue 117

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

Shades of Malachite Green #979575

Tints of Malachite Green #979575

RGB

 RED value IS 151 (59.38% from 255) = 36.21%

 GREEN value IS 149 (58.59% from 255) = 35.73%

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

R = 36.21%
G = 35.73%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#979575 (or 0x979575) is known color: Malachite Green. HEX triplet: 97, 95 and 75. RGB value is (151,149,117). Sum of RGB (Red+Green+Blue) = 151+149+117=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 151 - color contains mainly: red. Hex color #979575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979575 is #686A8A. Grayscale: #929292. Windows color (decimal): -6843019 or 7706007. OLE color: 7706007.

HSL color Cylindrical-coordinate representation of color #979575: hue angle of 56.47º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #979575 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 149 117 -
CMYK 0 0.01 0.23 0.41
HSL 56.47º 0.14% 0.53% -
HSV(B) 56.47º 0.23% 0.59% -
XYZ 26.72 29.36 21.09 -
YUV 145.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 151 149 117 0 0.01 0.23 0.41 56.47 0.14 0.53
Hex 97 95 75 0 1 17 29 38 E 35
Octal 227 225 165 0 1 27 51 70 16 65
Binary 10010111 10010101 1110101 0 1 10111 101001 111000 1110 110101

Color Harmonies of #979575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979575

Black with #979575

Text Example


Text Example

White with #979575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979575; }

 p { color: rgb(151,149,117); }

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

background-color css

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

 a { background-color: rgb(151,149,117); }

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

border-color css

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

 span { border-color: rgb(151,149,117); }

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