#969465

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

Shades of Malachite Green #969465

Tints of Malachite Green #969465

Color information

#969465 (or 0x969465) is unknown color: approx Malachite Green. HEX triplet: 96, 94 and 65. RGB value is (150,148,101). Sum of RGB (Red+Green+Blue) = 150+148+101=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #969465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969465 is #696B9A. Grayscale: #8F8F8F. Windows color (decimal): -6908827 or 6657174. OLE color: 6657174.

HSL color Cylindrical-coordinate representation of color #969465: hue angle of 57.55º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #969465 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB150148101-
CMYK00.010.330.41
HSL57.55º19.52%49.22%-
HSV(B)57.55º32.67%58.82%-
XYZ25.5228.616.49-
YUV143.24104.16132.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 101 (39.84% from 255) = 25.31%
R=37.59%
G=37.09%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014810100.010.330.4157.5519.5249.22
Hex9694650121293a1431
Octal226224145014151722461
Binary100101101001010011001010110000110100111101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969465; }

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

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

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

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

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

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

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

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