Html Css Color HEX #959161 Malachite Green

📋 copy color: '#959161'

red 149 ◦ green 145 ◦ blue 97

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

Shades of Malachite Green #959161

Tints of Malachite Green #959161

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.08%

 BLUE value IS 97 (38.28% from 255) = 24.81%

R = 38.11%
G = 37.08%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#959161 (or 0x959161) is known color: Malachite Green. HEX triplet: 95, 91 and 61. RGB value is (149,145,97). Sum of RGB (Red+Green+Blue) = 149+145+97=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #959161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959161 is #6A6E9E. Grayscale: #8C8C8C. Windows color (decimal): -6975135 or 6394261. OLE color: 6394261.

HSL color Cylindrical-coordinate representation of color #959161: hue angle of 55.38º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #959161 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 145 97 -
CMYK 0 0.03 0.35 0.42
HSL 55.38º 0.21% 0.48% -
HSV(B) 55.38º 0.35% 0.58% -
XYZ 24.68 27.5 15.32 -
YUV 140.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 149 145 97 0 0.03 0.35 0.42 55.38 0.21 0.48
Hex 95 91 61 0 3 23 2A 37 15 30
Octal 225 221 141 0 3 43 52 67 25 60
Binary 10010101 10010001 1100001 0 11 100011 101010 110111 10101 110000

Color Harmonies of #959161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959161

Black with #959161

Text Example


Text Example

White with #959161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959161; }

 p { color: rgb(149,145,97); }

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

background-color css

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

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

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

border-color css

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

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

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