#969778

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

Shades of Malachite Green #969778

Tints of Malachite Green #969778

Color information

#969778 (or 0x969778) is unknown color: approx Malachite Green. HEX triplet: 96, 97 and 78. RGB value is (150,151,120). Sum of RGB (Red+Green+Blue) = 150+151+120=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 151 - color contains mainly: green. Hex color #969778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969778 is #696887. Grayscale: #939393. Windows color (decimal): -6908040 or 7903126. OLE color: 7903126.

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

Color convert

RGB150151120-
CMYK0.0100.210.41
HSL61.94º12.97%53.14%-
HSV(B)61.94º20.53%59.22%-
XYZ27.0329.9722.13-
YUV147.17112.67130.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 151 (59.38% from 255) = 35.87%
BLUE value IS 120 (47.27% from 255) = 28.50%
R=35.63%
G=35.87%
B=28.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501511200.0100.210.4161.9412.9753.14
Hex9697781015293ed35
Octal226227170102551761565
Binary1001011010010111111100010101011010011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969778; }

 p { color: rgb(150,151,120); }

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

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

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

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

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

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

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