Html Css Color HEX #959164 Malachite Green

📋 copy color: '#959164'

red 149 ◦ green 145 ◦ blue 100

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

Shades of Malachite Green #959164

Tints of Malachite Green #959164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.38%

R = 37.82%
G = 36.8%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#959164 (or 0x959164) is known color: Malachite Green. HEX triplet: 95, 91 and 64. RGB value is (149,145,100). Sum of RGB (Red+Green+Blue) = 149+145+100=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #959164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959164 is #6A6E9B. Grayscale: #8D8D8D. Windows color (decimal): -6975132 or 6590869. OLE color: 6590869.

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

Color convert

RGB 149 145 100 -
CMYK 0 0.03 0.33 0.42
HSL 55.1º 0.2% 0.49% -
HSV(B) 55.1º 0.33% 0.58% -
XYZ 24.82 27.56 16.07 -
YUV 141.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 149 145 100 0 0.03 0.33 0.42 55.1 0.2 0.49
Hex 95 91 64 0 3 21 2A 37 14 31
Octal 225 221 144 0 3 41 52 67 24 61
Binary 10010101 10010001 1100100 0 11 100001 101010 110111 10100 110001

Color Harmonies of #959164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959164

Black with #959164

Text Example


Text Example

White with #959164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959164; }

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

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

background-color css

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

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

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

border-color css

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

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

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