Html Css Color HEX #959470 Malachite Green

📋 copy color: '#959470'

red 149 ◦ green 148 ◦ blue 112

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

Shades of Malachite Green #959470

Tints of Malachite Green #959470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

 BLUE value IS 112 (44.14% from 255) = 27.38%

R = 36.43%
G = 36.19%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#959470 (or 0x959470) is known color: Malachite Green. HEX triplet: 95, 94 and 70. RGB value is (149,148,112). Sum of RGB (Red+Green+Blue) = 149+148+112=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #959470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959470 is #6A6B8F. Grayscale: #909090. Windows color (decimal): -6974352 or 7378069. OLE color: 7378069.

HSL color Cylindrical-coordinate representation of color #959470: hue angle of 58.38º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959470 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 148 112 -
CMYK 0 0.01 0.25 0.42
HSL 58.38º 0.15% 0.51% -
HSV(B) 58.38º 0.25% 0.58% -
XYZ 25.91 28.74 19.51 -
YUV 144.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 149 148 112 0 0.01 0.25 0.42 58.38 0.15 0.51
Hex 95 94 70 0 1 19 2A 3A F 33
Octal 225 224 160 0 1 31 52 72 17 63
Binary 10010101 10010100 1110000 0 1 11001 101010 111010 1111 110011

Color Harmonies of #959470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959470

Black with #959470

Text Example


Text Example

White with #959470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959470; }

 p { color: rgb(149,148,112); }

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

background-color css

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

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

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

border-color css

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

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

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