Html Css Color HEX #96936E Malachite Green

📋 copy color: '#96936E'

red 150 ◦ green 147 ◦ blue 110

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

Shades of Malachite Green #96936E

Tints of Malachite Green #96936E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 36.86%
G = 36.12%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96936E (or 0x96936E) is known color: Malachite Green. HEX triplet: 96, 93 and 6E. RGB value is (150,147,110). Sum of RGB (Red+Green+Blue) = 150+147+110=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #96936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96936E is #696C91. Grayscale: #8F8F8F. Windows color (decimal): -6909074 or 7246742. OLE color: 7246742.

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

Color convert

RGB 150 147 110 -
CMYK 0 0.02 0.27 0.41
HSL 55.5º 0.16% 0.51% -
HSV(B) 55.5º 0.27% 0.59% -
XYZ 25.83 28.48 18.89 -
YUV 143.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 150 147 110 0 0.02 0.27 0.41 55.5 0.16 0.51
Hex 96 93 6E 0 2 1B 29 38 10 33
Octal 226 223 156 0 2 33 51 70 20 63
Binary 10010110 10010011 1101110 0 10 11011 101001 111000 10000 110011

Color Harmonies of #96936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96936E

Black with #96936E

Text Example


Text Example

White with #96936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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