Html Css Color HEX #94937A Malachite Green

📋 copy color: '#94937A'

red 148 ◦ green 147 ◦ blue 122

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

Shades of Malachite Green #94937A

Tints of Malachite Green #94937A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.26%

R = 35.49%
G = 35.25%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#94937A (or 0x94937A) is known color: Malachite Green. HEX triplet: 94, 93 and 7A. RGB value is (148,147,122). Sum of RGB (Red+Green+Blue) = 148+147+122=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #94937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94937A is #6B6C85. Grayscale: #909090. Windows color (decimal): -7040134 or 8033172. OLE color: 8033172.

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

Color convert

RGB 148 147 122 -
CMYK 0 0.01 0.18 0.42
HSL 57.69º 0.11% 0.53% -
HSV(B) 57.69º 0.18% 0.58% -
XYZ 26.16 28.57 22.55 -
YUV 144.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 148 147 122 0 0.01 0.18 0.42 57.69 0.11 0.53
Hex 94 93 7A 0 1 12 2A 3A B 35
Octal 224 223 172 0 1 22 52 72 13 65
Binary 10010100 10010011 1111010 0 1 10010 101010 111010 1011 110101

Color Harmonies of #94937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94937A

Black with #94937A

Text Example


Text Example

White with #94937A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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