Html Css Color HEX #96946F Malachite Green

📋 copy color: '#96946F'

red 150 ◦ green 148 ◦ blue 111

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

Shades of Malachite Green #96946F

Tints of Malachite Green #96946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

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

R = 36.67%
G = 36.19%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96946F (or 0x96946F) is known color: Malachite Green. HEX triplet: 96, 94 and 6F. RGB value is (150,148,111). Sum of RGB (Red+Green+Blue) = 150+148+111=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96946F is #696B90. Grayscale: #909090. Windows color (decimal): -6908817 or 7312534. OLE color: 7312534.

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

Color convert

RGB 150 148 111 -
CMYK 0 0.01 0.26 0.41
HSL 56.92º 0.16% 0.51% -
HSV(B) 56.92º 0.26% 0.59% -
XYZ 26.04 28.81 19.23 -
YUV 144.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 150 148 111 0 0.01 0.26 0.41 56.92 0.16 0.51
Hex 96 94 6F 0 1 1A 29 39 10 33
Octal 226 224 157 0 1 32 51 71 20 63
Binary 10010110 10010100 1101111 0 1 11010 101001 111001 10000 110011

Color Harmonies of #96946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96946F

Black with #96946F

Text Example


Text Example

White with #96946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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