#9B9668

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

Shades of Malachite Green #9B9668

Tints of Malachite Green #9B9668

Color information

#9B9668 (or 0x9B9668) is unknown color: approx Malachite Green. HEX triplet: 9B, 96 and 68. RGB value is (155,150,104). Sum of RGB (Red+Green+Blue) = 155+150+104=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9668 is #646997. Grayscale: #929292. Windows color (decimal): -6580632 or 6854299. OLE color: 6854299.

HSL color Cylindrical-coordinate representation of color #9B9668: hue angle of 54.12º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B9668 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB155150104-
CMYK00.030.330.39
HSL54.12º20.32%50.78%-
HSV(B)54.12º32.9%60.78%-
XYZ26.9229.7817.43-
YUV146.25104.16134.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 104 (41.02% from 255) = 25.43%
R=37.90%
G=36.67%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515010400.030.330.3954.1220.3250.78
Hex9B9668032127361433
Octal233226150034147662463
Binary1001101110010110110100001110000110011111011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B9668; }

 p { color: rgb(155,150,104); }

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

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

 a { background-color: rgb(155,150,104); }

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

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

 span { border-color: rgb(155,150,104); }

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