Html Css Color HEX #94916E Malachite Green

📋 copy color: '#94916E'

red 148 ◦ green 145 ◦ blue 110

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

Shades of Malachite Green #94916E

Tints of Malachite Green #94916E

RGB

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

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

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

R = 36.72%
G = 35.98%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94916E (or 0x94916E) is known color: Malachite Green. HEX triplet: 94, 91 and 6E. RGB value is (148,145,110). Sum of RGB (Red+Green+Blue) = 148+145+110=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #94916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94916E is #6B6E91. Grayscale: #8E8E8E. Windows color (decimal): -7040658 or 7246228. OLE color: 7246228.

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

Color convert

RGB 148 145 110 -
CMYK 0 0.02 0.26 0.42
HSL 55.26º 0.15% 0.51% -
HSV(B) 55.26º 0.26% 0.58% -
XYZ 25.15 27.67 18.77 -
YUV 141.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 148 145 110 0 0.02 0.26 0.42 55.26 0.15 0.51
Hex 94 91 6E 0 2 1A 2A 37 F 33
Octal 224 221 156 0 2 32 52 67 17 63
Binary 10010100 10010001 1101110 0 10 11010 101010 110111 1111 110011

Color Harmonies of #94916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94916E

Black with #94916E

Text Example


Text Example

White with #94916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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