Html Css Color HEX #94956E Malachite Green

📋 copy color: '#94956E'

red 148 ◦ green 149 ◦ blue 110

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

Shades of Malachite Green #94956E

Tints of Malachite Green #94956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

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

R = 36.36%
G = 36.61%
B = 27.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94956E (or 0x94956E) is known color: Malachite Green. HEX triplet: 94, 95 and 6E. RGB value is (148,149,110). Sum of RGB (Red+Green+Blue) = 148+149+110=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #94956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94956E is #6B6A91. Grayscale: #909090. Windows color (decimal): -7039634 or 7247252. OLE color: 7247252.

HSL color Cylindrical-coordinate representation of color #94956E: hue angle of 61.54º degrees, saturation: 0.16, 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 #94956E is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 149 110 -
CMYK 0.01 0 0.26 0.42
HSL 61.54º 0.16% 0.51% -
HSV(B) 61.54º 0.26% 0.58% -
XYZ 25.77 28.92 18.97 -
YUV 144.26 108.67 130.67 -
System Red Green Blue C M Y K H S L
Decimal 148 149 110 0.01 0 0.26 0.42 61.54 0.16 0.51
Hex 94 95 6E 1 0 1A 2A 3E 10 33
Octal 224 225 156 1 0 32 52 76 20 63
Binary 10010100 10010101 1101110 1 0 11010 101010 111110 10000 110011

Color Harmonies of #94956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94956E

Black with #94956E

Text Example


Text Example

White with #94956E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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