#969368

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

Shades of Malachite Green #969368

Tints of Malachite Green #969368

Color information

#969368 (or 0x969368) is unknown color: approx Malachite Green. HEX triplet: 96, 93 and 68. RGB value is (150,147,104). Sum of RGB (Red+Green+Blue) = 150+147+104=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #969368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969368 is #696C97. Grayscale: #8F8F8F. Windows color (decimal): -6909080 or 6853526. OLE color: 6853526.

HSL color Cylindrical-coordinate representation of color #969368: hue angle of 56.09º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #969368 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB150147104-
CMYK00.020.310.41
HSL56.09º18.11%49.8%-
HSV(B)56.09º30.67%58.82%-
XYZ25.5128.3517.22-
YUV143105.99133-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=37.41%
G=36.66%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014710400.020.310.4156.0918.1149.8
Hex969368021F29381232
Octal226223150023751702262
Binary100101101001001111010000101111110100111100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969368; }

 p { color: rgb(150,147,104); }

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

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

 a { background-color: rgb(150,147,104); }

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

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

 span { border-color: rgb(150,147,104); }

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