#96915D

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

Shades of Malachite Green #96915D

Tints of Malachite Green #96915D

Color information

#96915D (or 0x96915D) is unknown color: approx Malachite Green. HEX triplet: 96, 91 and 5D. RGB value is (150,145,93). Sum of RGB (Red+Green+Blue) = 150+145+93=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #96915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96915D is #696EA2. Grayscale: #8C8C8C. Windows color (decimal): -6909603 or 6132118. OLE color: 6132118.

HSL color Cylindrical-coordinate representation of color #96915D: hue angle of 54.74º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96915D is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB15014593-
CMYK00.030.380.41
HSL54.74º23.46%47.65%-
HSV(B)54.74º38%58.82%-
XYZ24.6827.5314.37-
YUV140.57101.16134.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 93 (36.72% from 255) = 23.97%
R=38.66%
G=37.37%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501459300.030.380.4154.7423.4647.65
Hex96915D032629371730
Octal226221135034651672760
Binary1001011010010001101110101110011010100111011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,145,93); }

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

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

 a { background-color: rgb(150,145,93); }

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

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

 span { border-color: rgb(150,145,93); }

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