Html Css Color HEX #94947B Malachite Green

📋 copy color: '#94947B'

red 148 ◦ green 148 ◦ blue 123

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

Shades of Malachite Green #94947B

Tints of Malachite Green #94947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.36%

R = 35.32%
G = 35.32%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#94947B (or 0x94947B) is known color: Malachite Green. HEX triplet: 94, 94 and 7B. RGB value is (148,148,123). Sum of RGB (Red+Green+Blue) = 148+148+123=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94947B is #6B6B84. Grayscale: #919191. Windows color (decimal): -7039877 or 8098964. OLE color: 8098964.

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

Color convert

RGB 148 148 123 -
CMYK 0 0 0.17 0.42
HSL 60º 0.1% 0.53% -
HSV(B) 60º 0.17% 0.58% -
XYZ 26.38 28.91 22.93 -
YUV 145.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 148 148 123 0 0 0.17 0.42 60 0.1 0.53
Hex 94 94 7B 0 0 11 2A 3C A 35
Octal 224 224 173 0 0 21 52 74 12 65
Binary 10010100 10010100 1111011 0 0 10001 101010 111100 1010 110101

Color Harmonies of #94947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94947B

Black with #94947B

Text Example


Text Example

White with #94947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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