#9B9C6C

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

Shades of Malachite Green #9B9C6C

Tints of Malachite Green #9B9C6C

Color information

#9B9C6C (or 0x9B9C6C) is unknown color: approx Malachite Green. HEX triplet: 9B, 9C and 6C. RGB value is (155,156,108). Sum of RGB (Red+Green+Blue) = 155+156+108=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 156 - color contains mainly: green. Hex color #9B9C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9C6C is #646393. Grayscale: #969696. Windows color (decimal): -6579092 or 7117979. OLE color: 7117979.

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

Color convert

RGB155156108-
CMYK0.0100.310.39
HSL61.25º19.51%51.76%-
HSV(B)61.25º30.77%61.18%-
XYZ28.1131.8318.85-
YUV150.23104.17131.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.99%
GREEN value IS 156 (61.33% from 255) = 37.23%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=36.99%
G=37.23%
B=25.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551561080.0100.310.3961.2519.5151.76
Hex9B9C6C101F273d1434
Octal233234154103747752464
Binary10011011100111001101100101111110011111110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,156,108); }

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

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

 a { background-color: rgb(155,156,108); }

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

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

 span { border-color: rgb(155,156,108); }

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