Html Css Color HEX #959775 Malachite Green

📋 copy color: '#959775'

red 149 ◦ green 151 ◦ blue 117

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

Shades of Malachite Green #959775

Tints of Malachite Green #959775

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.21%

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 35.73%
G = 36.21%
B = 28.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#959775 (or 0x959775) is known color: Malachite Green. HEX triplet: 95, 97 and 75. RGB value is (149,151,117). Sum of RGB (Red+Green+Blue) = 149+151+117=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 151 - color contains mainly: green. Hex color #959775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959775 is #6A688A. Grayscale: #929292. Windows color (decimal): -6973579 or 7706517. OLE color: 7706517.

HSL color Cylindrical-coordinate representation of color #959775: hue angle of 63.53º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #959775 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 151 117 -
CMYK 0.01 0 0.23 0.41
HSL 63.53º 0.14% 0.53% -
HSV(B) 63.53º 0.23% 0.59% -
XYZ 26.67 29.81 21.18 -
YUV 146.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 149 151 117 0.01 0 0.23 0.41 63.53 0.14 0.53
Hex 95 97 75 1 0 17 29 40 E 35
Octal 225 227 165 1 0 27 51 100 16 65
Binary 10010101 10010111 1110101 1 0 10111 101001 1000000 1110 110101

Color Harmonies of #959775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959775

Black with #959775

Text Example


Text Example

White with #959775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959775; }

 p { color: rgb(149,151,117); }

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

background-color css

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

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

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

border-color css

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

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

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