#999775

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

Shades of Malachite Green #999775

Tints of Malachite Green #999775

Color information

#999775 (or 0x999775) is unknown color: approx Malachite Green. HEX triplet: 99, 97 and 75. RGB value is (153,151,117). Sum of RGB (Red+Green+Blue) = 153+151+117=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #999775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999775 is #66688A. Grayscale: #939393. Windows color (decimal): -6711435 or 7706521. OLE color: 7706521.

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

Color convert

RGB153151117-
CMYK00.010.240.4
HSL56.67º15%52.94%-
HSV(B)56.67º23.53%60%-
XYZ27.4130.1921.21-
YUV147.72110.66131.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 151 (59.38% from 255) = 35.87%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=36.34%
G=35.87%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315111700.010.240.456.671552.94
Hex99977501182839f35
Octal231227165013050711765
Binary1001100110010111111010101110001010001110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999775; }

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

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

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

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

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

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

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

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