Html Css Color HEX #96966D Malachite Green

📋 copy color: '#96966D'

red 150 ◦ green 150 ◦ blue 109

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

Shades of Malachite Green #96966D

Tints of Malachite Green #96966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

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

R = 36.67%
G = 36.67%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96966D (or 0x96966D) is known color: Malachite Green. HEX triplet: 96, 96 and 6D. RGB value is (150,150,109). Sum of RGB (Red+Green+Blue) = 150+150+109=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96966D is #696992. Grayscale: #919191. Windows color (decimal): -6908307 or 7181974. OLE color: 7181974.

HSL color Cylindrical-coordinate representation of color #96966D: hue angle of 60º 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 #96966D is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 150 109 -
CMYK 0 0 0.27 0.41
HSL 60º 0.16% 0.51% -
HSV(B) 60º 0.27% 0.59% -
XYZ 26.24 29.4 18.76 -
YUV 145.33 107.5 131.33 -
System Red Green Blue C M Y K H S L
Decimal 150 150 109 0 0 0.27 0.41 60 0.16 0.51
Hex 96 96 6D 0 0 1B 29 3C 10 33
Octal 226 226 155 0 0 33 51 74 20 63
Binary 10010110 10010110 1101101 0 0 11011 101001 111100 10000 110011

Color Harmonies of #96966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96966D

Black with #96966D

Text Example


Text Example

White with #96966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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