#9F8C78

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

Shades of Mongoose #9F8C78

Tints of Mongoose #9F8C78

Color information

#9F8C78 (or 0x9F8C78) is unknown color: approx Mongoose. HEX triplet: 9F, 8C and 78. RGB value is (159,140,120). Sum of RGB (Red+Green+Blue) = 159+140+120=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8C78 is #607387. Grayscale: #8F8F8F. Windows color (decimal): -6321032 or 7900319. OLE color: 7900319.

HSL color Cylindrical-coordinate representation of color #9F8C78: hue angle of 30.77º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F8C78 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB159140120-
CMYK00.120.250.38
HSL30.77º16.88%54.71%-
HSV(B)30.77º24.53%62.35%-
XYZ27.0727.4821.65-
YUV143.4114.79139.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.95%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 120 (47.27% from 255) = 28.64%
R=37.95%
G=33.41%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914012000.120.250.3830.7716.8854.71
Hex9F8C780C19261f1137
Octal2372141700143146372167
Binary1001111110001100111100001100110011001101111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,140,120); }

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

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

 a { background-color: rgb(159,140,120); }

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

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

 span { border-color: rgb(159,140,120); }

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