Html Css Color HEX #96956F Malachite Green

📋 copy color: '#96956F'

red 150 ◦ green 149 ◦ blue 111

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

Shades of Malachite Green #96956F

Tints of Malachite Green #96956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.34%

 BLUE value IS 111 (43.75% from 255) = 27.07%

R = 36.59%
G = 36.34%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96956F (or 0x96956F) is known color: Malachite Green. HEX triplet: 96, 95 and 6F. RGB value is (150,149,111). Sum of RGB (Red+Green+Blue) = 150+149+111=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #96956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96956F is #696A90. Grayscale: #919191. Windows color (decimal): -6908561 or 7312790. OLE color: 7312790.

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

Color convert

RGB 150 149 111 -
CMYK 0 0.01 0.26 0.41
HSL 58.46º 0.16% 0.51% -
HSV(B) 58.46º 0.26% 0.59% -
XYZ 26.19 29.13 19.28 -
YUV 144.97 108.83 131.59 -
System Red Green Blue C M Y K H S L
Decimal 150 149 111 0 0.01 0.26 0.41 58.46 0.16 0.51
Hex 96 95 6F 0 1 1A 29 3A 10 33
Octal 226 225 157 0 1 32 51 72 20 63
Binary 10010110 10010101 1101111 0 1 11010 101001 111010 10000 110011

Color Harmonies of #96956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96956F

Black with #96956F

Text Example


Text Example

White with #96956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96956F; }

 p { color: rgb(150,149,111); }

 H1.HeaderClassName
 {
   color: #96956F;
 }
 .AnyTagClassName
 {
   color: #96956F;
 }
</style>

background-color css

<style>
 a { background-color: #96956F; }

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

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

border-color css

<style>
 span { border-color: #96956F; }

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

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