#969468

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

Shades of Malachite Green #969468

Tints of Malachite Green #969468

Color information

#969468 (or 0x969468) is unknown color: approx Malachite Green. HEX triplet: 96, 94 and 68. RGB value is (150,148,104). Sum of RGB (Red+Green+Blue) = 150+148+104=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #969468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969468 is #696B97. Grayscale: #8F8F8F. Windows color (decimal): -6908824 or 6853782. OLE color: 6853782.

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

Color convert

RGB150148104-
CMYK00.010.310.41
HSL57.39º18.11%49.8%-
HSV(B)57.39º30.67%58.82%-
XYZ25.6728.6617.28-
YUV143.58105.66132.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 104 (41.02% from 255) = 25.87%
R=37.31%
G=36.82%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014810400.010.310.4157.3918.1149.8
Hex969468011F29391232
Octal226224150013751712262
Binary10010110100101001101000011111110100111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969468; }

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

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

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

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

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

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

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

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