Html Css Color HEX #959370 Malachite Green

📋 copy color: '#959370'

red 149 ◦ green 147 ◦ blue 112

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

Shades of Malachite Green #959370

Tints of Malachite Green #959370

RGB

 RED value IS 149 (58.59% from 255) = 36.52%

 GREEN value IS 147 (57.81% from 255) = 36.03%

 BLUE value IS 112 (44.14% from 255) = 27.45%

R = 36.52%
G = 36.03%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#959370 (or 0x959370) is known color: Malachite Green. HEX triplet: 95, 93 and 70. RGB value is (149,147,112). Sum of RGB (Red+Green+Blue) = 149+147+112=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #959370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959370 is #6A6C8F. Grayscale: #8F8F8F. Windows color (decimal): -6974608 or 7377813. OLE color: 7377813.

HSL color Cylindrical-coordinate representation of color #959370: hue angle of 56.76º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959370 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 147 112 -
CMYK 0 0.01 0.25 0.42
HSL 56.76º 0.15% 0.51% -
HSV(B) 56.76º 0.25% 0.58% -
XYZ 25.75 28.43 19.46 -
YUV 143.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 149 147 112 0 0.01 0.25 0.42 56.76 0.15 0.51
Hex 95 93 70 0 1 19 2A 39 F 33
Octal 225 223 160 0 1 31 52 71 17 63
Binary 10010101 10010011 1110000 0 1 11001 101010 111001 1111 110011

Color Harmonies of #959370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959370

Black with #959370

Text Example


Text Example

White with #959370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959370; }

 p { color: rgb(149,147,112); }

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

background-color css

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

 a { background-color: rgb(149,147,112); }

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

border-color css

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

 span { border-color: rgb(149,147,112); }

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