#989975

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

Shades of Malachite Green #989975

Tints of Malachite Green #989975

Color information

#989975 (or 0x989975) is unknown color: approx Malachite Green. HEX triplet: 98, 99 and 75. RGB value is (152,153,117). Sum of RGB (Red+Green+Blue) = 152+153+117=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #989975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989975 is #67668A. Grayscale: #949494. Windows color (decimal): -6776459 or 7707032. OLE color: 7707032.

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

Color convert

RGB152153117-
CMYK0.0100.240.4
HSL61.67º15%52.94%-
HSV(B)61.67º23.53%60%-
XYZ27.5530.7421.31-
YUV148.6110.17130.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=36.02%
G=36.26%
B=27.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521531170.0100.240.461.671552.94
Hex9899751018283ef35
Octal230231165103050761765
Binary1001100010011001111010110110001010001111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989975; }

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

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

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

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

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

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

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

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