Html Css Color HEX #959574 Malachite Green

📋 copy color: '#959574'

red 149 ◦ green 149 ◦ blue 116

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

Shades of Malachite Green #959574

Tints of Malachite Green #959574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.02%

R = 35.99%
G = 35.99%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#959574 (or 0x959574) is known color: Malachite Green. HEX triplet: 95, 95 and 74. RGB value is (149,149,116). Sum of RGB (Red+Green+Blue) = 149+149+116=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959574 is #6A6A8B. Grayscale: #919191. Windows color (decimal): -6974092 or 7640469. OLE color: 7640469.

HSL color Cylindrical-coordinate representation of color #959574: hue angle of 60º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #959574 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 149 116 -
CMYK 0 0 0.22 0.42
HSL 60º 0.13% 0.52% -
HSV(B) 60º 0.22% 0.58% -
XYZ 26.29 29.15 20.76 -
YUV 145.24 111.5 130.68 -
System Red Green Blue C M Y K H S L
Decimal 149 149 116 0 0 0.22 0.42 60 0.13 0.52
Hex 95 95 74 0 0 16 2A 3C D 34
Octal 225 225 164 0 0 26 52 74 15 64
Binary 10010101 10010101 1110100 0 0 10110 101010 111100 1101 110100

Color Harmonies of #959574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959574

Black with #959574

Text Example


Text Example

White with #959574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959574; }

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

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

background-color css

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

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

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

border-color css

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

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

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