Html Css Color HEX #96976F Malachite Green

📋 copy color: '#96976F'

red 150 ◦ green 151 ◦ blue 111

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

Shades of Malachite Green #96976F

Tints of Malachite Green #96976F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 36.41%
G = 36.65%
B = 26.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96976F (or 0x96976F) is known color: Malachite Green. HEX triplet: 96, 97 and 6F. RGB value is (150,151,111). Sum of RGB (Red+Green+Blue) = 150+151+111=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 151 - color contains mainly: green. Hex color #96976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96976F is #696890. Grayscale: #929292. Windows color (decimal): -6908049 or 7313302. OLE color: 7313302.

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

Color convert

RGB 150 151 111 -
CMYK 0.01 0 0.26 0.41
HSL 61.5º 0.16% 0.51% -
HSV(B) 61.5º 0.26% 0.59% -
XYZ 26.51 29.76 19.39 -
YUV 146.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 150 151 111 0.01 0 0.26 0.41 61.5 0.16 0.51
Hex 96 97 6F 1 0 1A 29 3E 10 33
Octal 226 227 157 1 0 32 51 76 20 63
Binary 10010110 10010111 1101111 1 0 11010 101001 111110 10000 110011

Color Harmonies of #96976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96976F

Black with #96976F

Text Example


Text Example

White with #96976F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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