#9B975F

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

Shades of Malachite Green #9B975F

Tints of Malachite Green #9B975F

Color information

#9B975F (or 0x9B975F) is unknown color: approx Malachite Green. HEX triplet: 9B, 97 and 5F. RGB value is (155,151,95). Sum of RGB (Red+Green+Blue) = 155+151+95=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B975F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B975F is #6468A0. Grayscale: #929292. Windows color (decimal): -6580385 or 6264731. OLE color: 6264731.

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

Color convert

RGB15515195-
CMYK00.030.390.39
HSL56º24%49.02%-
HSV(B)56º38.71%60.78%-
XYZ26.6529.9315.2-
YUV145.8199.33134.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.65%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 95 (37.5% from 255) = 23.69%
R=38.65%
G=37.66%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551519500.030.390.39562449.02
Hex9B975F032727381831
Octal233227137034747703061
Binary1001101110010111101111101110011110011111100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,151,95); }

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

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

 a { background-color: rgb(155,151,95); }

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

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

 span { border-color: rgb(155,151,95); }

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