#969669

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

Shades of Malachite Green #969669

Tints of Malachite Green #969669

Color information

#969669 (or 0x969669) is unknown color: approx Malachite Green. HEX triplet: 96, 96 and 69. RGB value is (150,150,105). Sum of RGB (Red+Green+Blue) = 150+150+105=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969669 is #696996. Grayscale: #919191. Windows color (decimal): -6908311 or 6919830. OLE color: 6919830.

HSL color Cylindrical-coordinate representation of color #969669: hue angle of 60º 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 #969669 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB150150105-
CMYK000.300.41
HSL60º17.65%50%-
HSV(B)60º30%58.82%-
XYZ26.0329.3217.65-
YUV144.87105.5131.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 105 (41.41% from 255) = 25.93%
R=37.04%
G=37.04%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150150105000.300.416017.6550
Hex969669001E293c1232
Octal226226151003651742262
Binary10010110100101101101001001111010100111110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969669; }

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

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

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

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

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

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

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

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