#99966A

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

Shades of Malachite Green #99966A

Tints of Malachite Green #99966A

Color information

#99966A (or 0x99966A) is unknown color: approx Malachite Green. HEX triplet: 99, 96 and 6A. RGB value is (153,150,106). Sum of RGB (Red+Green+Blue) = 153+150+106=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #99966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99966A is #666995. Grayscale: #929292. Windows color (decimal): -6711702 or 6985369. OLE color: 6985369.

HSL color Cylindrical-coordinate representation of color #99966A: hue angle of 56.17º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99966A is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB153150106-
CMYK00.020.310.4
HSL56.17º18.73%50.78%-
HSV(B)56.17º30.72%60%-
XYZ26.6429.6317.95-
YUV145.88105.49133.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 106 (41.80% from 255) = 25.92%
R=37.41%
G=36.67%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315010600.020.310.456.1718.7350.78
Hex99966A021F28381333
Octal231226152023750702363
Binary100110011001011011010100101111110100011100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99966A; }

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

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

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

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

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

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

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

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