Html Css Color HEX #96956E Malachite Green

📋 copy color: '#96956E'

red 150 ◦ green 149 ◦ blue 110

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

Shades of Malachite Green #96956E

Tints of Malachite Green #96956E

RGB

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

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

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

R = 36.67%
G = 36.43%
B = 26.89%

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

#96956E (or 0x96956E) is known color: Malachite Green. HEX triplet: 96, 95 and 6E. RGB value is (150,149,110). Sum of RGB (Red+Green+Blue) = 150+149+110=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96956E is #696A91. Grayscale: #919191. Windows color (decimal): -6908562 or 7247254. OLE color: 7247254.

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

Color convert

RGB 150 149 110 -
CMYK 0 0.01 0.27 0.41
HSL 58.5º 0.16% 0.51% -
HSV(B) 58.5º 0.27% 0.59% -
XYZ 26.14 29.1 18.99 -
YUV 144.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 150 149 110 0 0.01 0.27 0.41 58.5 0.16 0.51
Hex 96 95 6E 0 1 1B 29 3A 10 33
Octal 226 225 156 0 1 33 51 72 20 63
Binary 10010110 10010101 1101110 0 1 11011 101001 111010 10000 110011

Color Harmonies of #96956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96956E

Black with #96956E

Text Example


Text Example

White with #96956E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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