Html Css Color HEX #96976E Malachite Green

📋 copy color: '#96976E'

red 150 ◦ green 151 ◦ blue 110

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

Shades of Malachite Green #96976E

Tints of Malachite Green #96976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.74%

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

R = 36.5%
G = 36.74%
B = 26.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96976E (or 0x96976E) is known color: Malachite Green. HEX triplet: 96, 97 and 6E. RGB value is (150,151,110). Sum of RGB (Red+Green+Blue) = 150+151+110=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 151 - color contains mainly: green. Hex color #96976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96976E is #696891. Grayscale: #929292. Windows color (decimal): -6908050 or 7247766. OLE color: 7247766.

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

Color convert

RGB 150 151 110 -
CMYK 0.01 0 0.27 0.41
HSL 61.46º 0.16% 0.51% -
HSV(B) 61.46º 0.27% 0.59% -
XYZ 26.46 29.74 19.1 -
YUV 146.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 150 151 110 0.01 0 0.27 0.41 61.46 0.16 0.51
Hex 96 97 6E 1 0 1B 29 3D 10 33
Octal 226 227 156 1 0 33 51 75 20 63
Binary 10010110 10010111 1101110 1 0 11011 101001 111101 10000 110011

Color Harmonies of #96976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96976E

Black with #96976E

Text Example


Text Example

White with #96976E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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