Html Css Color HEX #959570 Malachite Green

📋 copy color: '#959570'

red 149 ◦ green 149 ◦ blue 112

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

Shades of Malachite Green #959570

Tints of Malachite Green #959570

RGB

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

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

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

R = 36.34%
G = 36.34%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#959570 (or 0x959570) is known color: Malachite Green. HEX triplet: 95, 95 and 70. RGB value is (149,149,112). Sum of RGB (Red+Green+Blue) = 149+149+112=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959570 is #6A6A8F. Grayscale: #909090. Windows color (decimal): -6974096 or 7378325. OLE color: 7378325.

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

Color convert

RGB 149 149 112 -
CMYK 0 0 0.25 0.42
HSL 60º 0.15% 0.51% -
HSV(B) 60º 0.25% 0.58% -
XYZ 26.07 29.05 19.56 -
YUV 144.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 149 149 112 0 0 0.25 0.42 60 0.15 0.51
Hex 95 95 70 0 0 19 2A 3C F 33
Octal 225 225 160 0 0 31 52 74 17 63
Binary 10010101 10010101 1110000 0 0 11001 101010 111100 1111 110011

Color Harmonies of #959570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959570

Black with #959570

Text Example


Text Example

White with #959570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959570; }

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

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

background-color css

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

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

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

border-color css

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

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

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