Html Css Color HEX #96946D Malachite Green

📋 copy color: '#96946D'

red 150 ◦ green 148 ◦ blue 109

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

Shades of Malachite Green #96946D

Tints of Malachite Green #96946D

RGB

 RED value IS 150 (58.98% from 255) = 36.86%

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

 BLUE value IS 109 (42.97% from 255) = 26.78%

R = 36.86%
G = 36.36%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96946D (or 0x96946D) is known color: Malachite Green. HEX triplet: 96, 94 and 6D. RGB value is (150,148,109). Sum of RGB (Red+Green+Blue) = 150+148+109=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #96946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96946D is #696B92. Grayscale: #909090. Windows color (decimal): -6908819 or 7181462. OLE color: 7181462.

HSL color Cylindrical-coordinate representation of color #96946D: hue angle of 57.07º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96946D is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 109 -
CMYK 0 0.01 0.27 0.41
HSL 57.07º 0.16% 0.51% -
HSV(B) 57.07º 0.27% 0.59% -
XYZ 25.93 28.77 18.65 -
YUV 144.15 108.16 132.17 -
System Red Green Blue C M Y K H S L
Decimal 150 148 109 0 0.01 0.27 0.41 57.07 0.16 0.51
Hex 96 94 6D 0 1 1B 29 39 10 33
Octal 226 224 155 0 1 33 51 71 20 63
Binary 10010110 10010100 1101101 0 1 11011 101001 111001 10000 110011

Color Harmonies of #96946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96946D

Black with #96946D

Text Example


Text Example

White with #96946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96946D; }

 p { color: rgb(150,148,109); }

 H1.HeaderClassName
 {
   color: #96946D;
 }
 .AnyTagClassName
 {
   color: #96946D;
 }
</style>

background-color css

<style>
 a { background-color: #96946D; }

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

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

border-color css

<style>
 span { border-color: #96946D; }

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

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