#989970

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

Shades of Malachite Green #989970

Tints of Malachite Green #989970

Color information

#989970 (or 0x989970) is unknown color: approx Malachite Green. HEX triplet: 98, 99 and 70. RGB value is (152,153,112). Sum of RGB (Red+Green+Blue) = 152+153+112=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #989970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989970 is #67668F. Grayscale: #949494. Windows color (decimal): -6776464 or 7379352. OLE color: 7379352.

HSL color Cylindrical-coordinate representation of color #989970: hue angle of 61.46º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #989970 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB152153112-
CMYK0.0100.270.4
HSL61.46º16.73%51.96%-
HSV(B)61.46º26.8%60%-
XYZ27.2630.6319.8-
YUV148.03107.67130.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=36.45%
G=36.69%
B=26.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521531120.0100.270.461.4616.7351.96
Hex989970101B283d1134
Octal230231160103350752164
Binary10011000100110011110000101101110100011110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989970; }

 p { color: rgb(152,153,112); }

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

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

 a { background-color: rgb(152,153,112); }

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

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

 span { border-color: rgb(152,153,112); }

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