Html Css Color HEX #94936B Malachite Green

📋 copy color: '#94936B'

red 148 ◦ green 147 ◦ blue 107

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

Shades of Malachite Green #94936B

Tints of Malachite Green #94936B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.62%

R = 36.82%
G = 36.57%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94936B (or 0x94936B) is known color: Malachite Green. HEX triplet: 94, 93 and 6B. RGB value is (148,147,107). Sum of RGB (Red+Green+Blue) = 148+147+107=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #94936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94936B is #6B6C94. Grayscale: #8E8E8E. Windows color (decimal): -7040149 or 7050132. OLE color: 7050132.

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

Color convert

RGB 148 147 107 -
CMYK 0 0.01 0.28 0.42
HSL 58.54º 0.16% 0.5% -
HSV(B) 58.54º 0.28% 0.58% -
XYZ 25.3 28.22 18.02 -
YUV 142.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 148 147 107 0 0.01 0.28 0.42 58.54 0.16 0.5
Hex 94 93 6B 0 1 1C 2A 3B 10 32
Octal 224 223 153 0 1 34 52 73 20 62
Binary 10010100 10010011 1101011 0 1 11100 101010 111011 10000 110010

Color Harmonies of #94936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94936B

Black with #94936B

Text Example


Text Example

White with #94936B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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