Html Css Color HEX #94946E Malachite Green

📋 copy color: '#94946E'

red 148 ◦ green 148 ◦ blue 110

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

Shades of Malachite Green #94946E

Tints of Malachite Green #94946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.09%

R = 36.45%
G = 36.45%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94946E (or 0x94946E) is known color: Malachite Green. HEX triplet: 94, 94 and 6E. RGB value is (148,148,110). Sum of RGB (Red+Green+Blue) = 148+148+110=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94946E is #6B6B91. Grayscale: #8F8F8F. Windows color (decimal): -7039890 or 7246996. OLE color: 7246996.

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

Color convert

RGB 148 148 110 -
CMYK 0 0 0.26 0.42
HSL 60º 0.15% 0.51% -
HSV(B) 60º 0.26% 0.58% -
XYZ 25.62 28.6 18.92 -
YUV 143.67 109 131.09 -
System Red Green Blue C M Y K H S L
Decimal 148 148 110 0 0 0.26 0.42 60 0.15 0.51
Hex 94 94 6E 0 0 1A 2A 3C F 33
Octal 224 224 156 0 0 32 52 74 17 63
Binary 10010100 10010100 1101110 0 0 11010 101010 111100 1111 110011

Color Harmonies of #94946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94946E

Black with #94946E

Text Example


Text Example

White with #94946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94946E; }

 p { color: rgb(148,148,110); }

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

background-color css

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

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

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

border-color css

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

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

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