Html Css Color HEX #959577 Malachite Green

📋 copy color: '#959577'

red 149 ◦ green 149 ◦ blue 119

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

Shades of Malachite Green #959577

Tints of Malachite Green #959577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.54%

R = 35.73%
G = 35.73%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#959577 (or 0x959577) is known color: Malachite Green. HEX triplet: 95, 95 and 77. RGB value is (149,149,119). Sum of RGB (Red+Green+Blue) = 149+149+119=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959577 is #6A6A88. Grayscale: #919191. Windows color (decimal): -6974089 or 7837077. OLE color: 7837077.

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

Color convert

RGB 149 149 119 -
CMYK 0 0 0.20 0.42
HSL 60º 0.12% 0.53% -
HSV(B) 60º 0.2% 0.58% -
XYZ 26.47 29.22 21.7 -
YUV 145.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 149 149 119 0 0 0.20 0.42 60 0.12 0.53
Hex 95 95 77 0 0 14 2A 3C C 35
Octal 225 225 167 0 0 24 52 74 14 65
Binary 10010101 10010101 1110111 0 0 10100 101010 111100 1100 110101

Color Harmonies of #959577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959577

Black with #959577

Text Example


Text Example

White with #959577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959577; }

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

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

background-color css

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

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

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

border-color css

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

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

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