#96946B

Color #96946B Malachite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite Green #96946B

Tints of Malachite Green #96946B

Color information

#96946B (or 0x96946B) is unknown color: approx Malachite Green. HEX triplet: 96, 94 and 6B. RGB value is (150,148,107). Sum of RGB (Red+Green+Blue) = 150+148+107=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96946B is #696B94. Grayscale: #909090. Windows color (decimal): -6908821 or 7050390. OLE color: 7050390.

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

Color convert

RGB150148107-
CMYK00.010.290.41
HSL57.21º17%50.39%-
HSV(B)57.21º28.67%58.82%-
XYZ25.8228.7318.09-
YUV143.92107.16132.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 107 (42.19% from 255) = 26.42%
R=37.04%
G=36.54%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014810700.010.290.4157.211750.39
Hex96946B011D29391132
Octal226224153013551712162
Binary10010110100101001101011011110110100111100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96946B;
 }
 .AnyTagClassName
 {
   color: #96946B;
 }
</style>
background-color css

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

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

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

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

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

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