Html Css Color HEX #959576 Malachite Green

📋 copy color: '#959576'

red 149 ◦ green 149 ◦ blue 118

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

Shades of Malachite Green #959576

Tints of Malachite Green #959576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.37%

R = 35.82%
G = 35.82%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#959576 (or 0x959576) is known color: Malachite Green. HEX triplet: 95, 95 and 76. RGB value is (149,149,118). Sum of RGB (Red+Green+Blue) = 149+149+118=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959576 is #6A6A89. Grayscale: #919191. Windows color (decimal): -6974090 or 7771541. OLE color: 7771541.

HSL color Cylindrical-coordinate representation of color #959576: 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.21%. Process color model (Four color, CMYK) of #959576 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 149 118 -
CMYK 0 0 0.21 0.42
HSL 60º 0.13% 0.52% -
HSV(B) 60º 0.21% 0.58% -
XYZ 26.41 29.19 21.38 -
YUV 145.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 149 149 118 0 0 0.21 0.42 60 0.13 0.52
Hex 95 95 76 0 0 15 2A 3C D 34
Octal 225 225 166 0 0 25 52 74 15 64
Binary 10010101 10010101 1110110 0 0 10101 101010 111100 1101 110100

Color Harmonies of #959576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959576

Black with #959576

Text Example


Text Example

White with #959576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959576; }

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

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

background-color css

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

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

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

border-color css

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

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

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