Html Css Color HEX #96976D Malachite Green

📋 copy color: '#96976D'

red 150 ◦ green 151 ◦ blue 109

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

Shades of Malachite Green #96976D

Tints of Malachite Green #96976D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.59%

R = 36.59%
G = 36.83%
B = 26.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96976D (or 0x96976D) is known color: Malachite Green. HEX triplet: 96, 97 and 6D. RGB value is (150,151,109). Sum of RGB (Red+Green+Blue) = 150+151+109=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 151 - color contains mainly: green. Hex color #96976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96976D is #696892. Grayscale: #929292. Windows color (decimal): -6908051 or 7182230. OLE color: 7182230.

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

Color convert

RGB 150 151 109 -
CMYK 0.01 0 0.28 0.41
HSL 61.43º 0.17% 0.51% -
HSV(B) 61.43º 0.28% 0.59% -
XYZ 26.4 29.72 18.81 -
YUV 145.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 150 151 109 0.01 0 0.28 0.41 61.43 0.17 0.51
Hex 96 97 6D 1 0 1C 29 3D 11 33
Octal 226 227 155 1 0 34 51 75 21 63
Binary 10010110 10010111 1101101 1 0 11100 101001 111101 10001 110011

Color Harmonies of #96976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96976D

Black with #96976D

Text Example


Text Example

White with #96976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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