Html Css Color HEX #94916B Malachite Green

📋 copy color: '#94916B'

red 148 ◦ green 145 ◦ blue 107

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

Shades of Malachite Green #94916B

Tints of Malachite Green #94916B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.25%

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

R = 37%
G = 36.25%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94916B (or 0x94916B) is known color: Malachite Green. HEX triplet: 94, 91 and 6B. RGB value is (148,145,107). Sum of RGB (Red+Green+Blue) = 148+145+107=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #94916B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94916B is #6B6E94. Grayscale: #8D8D8D. Windows color (decimal): -7040661 or 7049620. OLE color: 7049620.

HSL color Cylindrical-coordinate representation of color #94916B: hue angle of 55.61º 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 #94916B is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 145 107 -
CMYK 0 0.02 0.28 0.42
HSL 55.61º 0.16% 0.5% -
HSV(B) 55.61º 0.28% 0.58% -
XYZ 24.99 27.61 17.92 -
YUV 141.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 148 145 107 0 0.02 0.28 0.42 55.61 0.16 0.5
Hex 94 91 6B 0 2 1C 2A 38 10 32
Octal 224 221 153 0 2 34 52 70 20 62
Binary 10010100 10010001 1101011 0 10 11100 101010 111000 10000 110010

Color Harmonies of #94916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94916B

Black with #94916B

Text Example


Text Example

White with #94916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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