#999974

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

Shades of Malachite Green #999974

Tints of Malachite Green #999974

Color information

#999974 (or 0x999974) is unknown color: approx Malachite Green. HEX triplet: 99, 99 and 74. RGB value is (153,153,116). Sum of RGB (Red+Green+Blue) = 153+153+116=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999974 is #66668B. Grayscale: #949494. Windows color (decimal): -6710924 or 7641497. OLE color: 7641497.

HSL color Cylindrical-coordinate representation of color #999974: hue angle of 60º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #999974 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB153153116-
CMYK000.240.4
HSL60º15.35%52.75%-
HSV(B)60º24.18%60%-
XYZ27.6830.8221.01-
YUV148.78109.5131.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.26%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 116 (45.70% from 255) = 27.49%
R=36.26%
G=36.26%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153153116000.240.46015.3552.75
Hex9999740018283cf35
Octal231231164003050741765
Binary1001100110011001111010000110001010001111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999974; }

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

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

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

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

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

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

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

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