#9F9B6A

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

Shades of Malachite Green #9F9B6A

Tints of Malachite Green #9F9B6A

Color information

#9F9B6A (or 0x9F9B6A) is unknown color: approx Malachite Green. HEX triplet: 9F, 9B and 6A. RGB value is (159,155,106). Sum of RGB (Red+Green+Blue) = 159+155+106=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9B6A is #606495. Grayscale: #969696. Windows color (decimal): -6317206 or 6986655. OLE color: 6986655.

HSL color Cylindrical-coordinate representation of color #9F9B6A: hue angle of 55.47º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F9B6A is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB159155106-
CMYK00.030.330.38
HSL55.47º21.63%51.96%-
HSV(B)55.47º33.33%62.35%-
XYZ28.6231.8518.28-
YUV150.61102.83133.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.86%
GREEN value IS 155 (60.94% from 255) = 36.90%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=37.86%
G=36.90%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915510600.030.330.3855.4721.6351.96
Hex9F9B6A032126371634
Octal237233152034146672664
Binary1001111110011011110101001110000110011011011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,155,106); }

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

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

 a { background-color: rgb(159,155,106); }

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

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

 span { border-color: rgb(159,155,106); }

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