#999970

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

Shades of Malachite Green #999970

Tints of Malachite Green #999970

Color information

#999970 (or 0x999970) is unknown color: approx Malachite Green. HEX triplet: 99, 99 and 70. RGB value is (153,153,112). Sum of RGB (Red+Green+Blue) = 153+153+112=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999970 is #66668F. Grayscale: #949494. Windows color (decimal): -6710928 or 7379353. OLE color: 7379353.

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

Color convert

RGB153153112-
CMYK000.270.4
HSL60º16.73%51.96%-
HSV(B)60º26.8%60%-
XYZ27.4530.7219.81-
YUV148.33107.5131.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.60%
GREEN value IS 153 (60.16% from 255) = 36.60%
BLUE value IS 112 (44.14% from 255) = 26.79%
R=36.60%
G=36.60%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153153112000.270.46016.7351.96
Hex999970001B283c1134
Octal231231160003350742164
Binary10011001100110011110000001101110100011110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999970; }

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

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

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

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

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

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

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

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