#999664

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

Shades of Malachite Green #999664

Tints of Malachite Green #999664

Color information

#999664 (or 0x999664) is unknown color: approx Malachite Green. HEX triplet: 99, 96 and 64. RGB value is (153,150,100). Sum of RGB (Red+Green+Blue) = 153+150+100=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #999664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999664 is #66699B. Grayscale: #919191. Windows color (decimal): -6711708 or 6592153. OLE color: 6592153.

HSL color Cylindrical-coordinate representation of color #999664: hue angle of 56.6º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999664 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB153150100-
CMYK00.020.350.4
HSL56.6º20.95%49.61%-
HSV(B)56.6º34.64%60%-
XYZ26.3429.5116.36-
YUV145.2102.49133.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.97%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 100 (39.45% from 255) = 24.81%
R=37.97%
G=37.22%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315010000.020.350.456.620.9549.61
Hex999664022328391532
Octal231226144024350712562
Binary1001100110010110110010001010001110100011100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999664; }

 p { color: rgb(153,150,100); }

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

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

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

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

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

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

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