Html Css Color HEX #959377 Malachite Green

📋 copy color: '#959377'

red 149 ◦ green 147 ◦ blue 119

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

Shades of Malachite Green #959377

Tints of Malachite Green #959377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.42%

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

R = 35.9%
G = 35.42%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#959377 (or 0x959377) is known color: Malachite Green. HEX triplet: 95, 93 and 77. RGB value is (149,147,119). Sum of RGB (Red+Green+Blue) = 149+147+119=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #959377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959377 is #6A6C88. Grayscale: #909090. Windows color (decimal): -6974601 or 7836565. OLE color: 7836565.

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

Color convert

RGB 149 147 119 -
CMYK 0 0.01 0.20 0.42
HSL 56º 0.12% 0.53% -
HSV(B) 56º 0.2% 0.58% -
XYZ 26.16 28.59 21.59 -
YUV 144.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 149 147 119 0 0.01 0.20 0.42 56 0.12 0.53
Hex 95 93 77 0 1 14 2A 38 C 35
Octal 225 223 167 0 1 24 52 70 14 65
Binary 10010101 10010011 1110111 0 1 10100 101010 111000 1100 110101

Color Harmonies of #959377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959377

Black with #959377

Text Example


Text Example

White with #959377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959377; }

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

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

background-color css

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

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

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

border-color css

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

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

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