#969469

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

Shades of Malachite Green #969469

Tints of Malachite Green #969469

Color information

#969469 (or 0x969469) is unknown color: approx Malachite Green. HEX triplet: 96, 94 and 69. RGB value is (150,148,105). Sum of RGB (Red+Green+Blue) = 150+148+105=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #969469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969469 is #696B96. Grayscale: #8F8F8F. Windows color (decimal): -6908823 or 6919318. OLE color: 6919318.

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

Color convert

RGB150148105-
CMYK00.010.300.41
HSL57.33º17.65%50%-
HSV(B)57.33º30%58.82%-
XYZ25.7228.6817.55-
YUV143.7106.16132.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.22%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 105 (41.41% from 255) = 26.05%
R=37.22%
G=36.72%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014810500.010.300.4157.3317.6550
Hex969469011E29391232
Octal226224151013651712262
Binary10010110100101001101001011111010100111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969469; }

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

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

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

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

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

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

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

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