Html Css Color HEX #96956A Malachite Green

📋 copy color: '#96956A'

red 150 ◦ green 149 ◦ blue 106

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

Shades of Malachite Green #96956A

Tints of Malachite Green #96956A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.17%

R = 37.04%
G = 36.79%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96956A (or 0x96956A) is known color: Malachite Green. HEX triplet: 96, 95 and 6A. RGB value is (150,149,106). Sum of RGB (Red+Green+Blue) = 150+149+106=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96956A is #696A95. Grayscale: #909090. Windows color (decimal): -6908566 or 6985110. OLE color: 6985110.

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

Color convert

RGB 150 149 106 -
CMYK 0 0.01 0.29 0.41
HSL 58.64º 0.17% 0.5% -
HSV(B) 58.64º 0.29% 0.59% -
XYZ 25.93 29.02 17.87 -
YUV 144.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 150 149 106 0 0.01 0.29 0.41 58.64 0.17 0.5
Hex 96 95 6A 0 1 1D 29 3B 11 32
Octal 226 225 152 0 1 35 51 73 21 62
Binary 10010110 10010101 1101010 0 1 11101 101001 111011 10001 110010

Color Harmonies of #96956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96956A

Black with #96956A

Text Example


Text Example

White with #96956A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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