Html Css Color HEX #94937C Malachite Green

📋 copy color: '#94937C'

red 148 ◦ green 147 ◦ blue 124

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

Shades of Malachite Green #94937C

Tints of Malachite Green #94937C

RGB

 RED value IS 148 (58.2% from 255) = 35.32%

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

 BLUE value IS 124 (48.83% from 255) = 29.59%

R = 35.32%
G = 35.08%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94937C (or 0x94937C) is known color: Malachite Green. HEX triplet: 94, 93 and 7C. RGB value is (148,147,124). Sum of RGB (Red+Green+Blue) = 148+147+124=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #94937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94937C is #6B6C83. Grayscale: #909090. Windows color (decimal): -7040132 or 8164244. OLE color: 8164244.

HSL color Cylindrical-coordinate representation of color #94937C: hue angle of 57.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94937C is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 147 124 -
CMYK 0 0.01 0.16 0.42
HSL 57.5º 0.1% 0.53% -
HSV(B) 57.5º 0.16% 0.58% -
XYZ 26.28 28.62 23.21 -
YUV 144.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 148 147 124 0 0.01 0.16 0.42 57.5 0.1 0.53
Hex 94 93 7C 0 1 10 2A 3A A 35
Octal 224 223 174 0 1 20 52 72 12 65
Binary 10010100 10010011 1111100 0 1 10000 101010 111010 1010 110101

Color Harmonies of #94937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94937C

Black with #94937C

Text Example


Text Example

White with #94937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94937C; }

 p { color: rgb(148,147,124); }

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

background-color css

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

 a { background-color: rgb(148,147,124); }

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

border-color css

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

 span { border-color: rgb(148,147,124); }

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