Html Css Color HEX #94936F Malachite Green

📋 copy color: '#94936F'

red 148 ◦ green 147 ◦ blue 111

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

Shades of Malachite Green #94936F

Tints of Malachite Green #94936F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.34%

R = 36.45%
G = 36.21%
B = 27.34%

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

#94936F (or 0x94936F) is known color: Malachite Green. HEX triplet: 94, 93 and 6F. RGB value is (148,147,111). Sum of RGB (Red+Green+Blue) = 148+147+111=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #94936F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94936F is #6B6C90. Grayscale: #8F8F8F. Windows color (decimal): -7040145 or 7312276. OLE color: 7312276.

HSL color Cylindrical-coordinate representation of color #94936F: 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 #94936F is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 147 111 -
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.52 28.31 19.16 -
YUV 143.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 148 147 111 0 0.01 0.25 0.42 58.38 0.15 0.51
Hex 94 93 6F 0 1 19 2A 3A F 33
Octal 224 223 157 0 1 31 52 72 17 63
Binary 10010100 10010011 1101111 0 1 11001 101010 111010 1111 110011

Color Harmonies of #94936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94936F

Black with #94936F

Text Example


Text Example

White with #94936F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94936F; }

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

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

background-color css

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

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

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

border-color css

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

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

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