#969466

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

Shades of Malachite Green #969466

Tints of Malachite Green #969466

Color information

#969466 (or 0x969466) is unknown color: approx Malachite Green. HEX triplet: 96, 94 and 66. RGB value is (150,148,102). Sum of RGB (Red+Green+Blue) = 150+148+102=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #969466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969466 is #696B99. Grayscale: #8F8F8F. Windows color (decimal): -6908826 or 6722710. OLE color: 6722710.

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

Color convert

RGB150148102-
CMYK00.010.320.41
HSL57.5º19.05%49.41%-
HSV(B)57.5º32%58.82%-
XYZ25.5728.6216.75-
YUV143.35104.66132.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.5%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 102 (40.23% from 255) = 25.5%
R=37.5%
G=37%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014810200.010.320.4157.519.0549.41
Hex9694660120293a1331
Octal226224146014051722361
Binary100101101001010011001100110000010100111101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969466; }

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

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

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

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

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

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

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

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