Html Css Color HEX #999970 Malachite Green

📋 copy color: '#999970'

red 153 ◦ green 153 ◦ blue 112

#999970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite Green #999970

Tints of Malachite Green #999970

RGB

 RED value IS 153 (60.16% from 255) = 36.6%

 GREEN value IS 153 (60.16% from 255) = 36.6%

 BLUE value IS 112 (44.14% from 255) = 26.79%

R = 36.6%
G = 36.6%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#999970 (or 0x999970) is known color: 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

RGB 153 153 112 -
CMYK 0 0 0.27 0.4
HSL 60º 0.17% 0.52% -
HSV(B) 60º 0.27% 0.6% -
XYZ 27.45 30.72 19.81 -
YUV 148.33 107.5 131.33 -
System Red Green Blue C M Y K H S L
Decimal 153 153 112 0 0 0.27 0.4 60 0.17 0.52
Hex 99 99 70 0 0 1B 28 3C 11 34
Octal 231 231 160 0 0 33 50 74 21 64
Binary 10011001 10011001 1110000 0 0 11011 101000 111100 10001 110100

Color Harmonies of #999970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999970

Black with #999970

Text Example


Text Example

White with #999970

Text Example


Text Example

HTML Codes & Css Web 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>