#9C9F78

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

Shades of Sage #9C9F78

Tints of Sage #9C9F78

Color information

#9C9F78 (or 0x9C9F78) is unknown color: approx Sage. HEX triplet: 9C, 9F and 78. RGB value is (156,159,120). Sum of RGB (Red+Green+Blue) = 156+159+120=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 159 - color contains mainly: green. Hex color #9C9F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9F78 is #636087. Grayscale: #999999. Windows color (decimal): -6512776 or 7905180. OLE color: 7905180.

HSL color Cylindrical-coordinate representation of color #9C9F78: hue angle of 64.62º 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 #9C9F78 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB156159120-
CMYK0.0200.250.38
HSL64.62º16.88%54.71%-
HSV(B)64.62º24.53%62.35%-
XYZ29.533.2222.63-
YUV153.66109.01129.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.86%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=35.86%
G=36.55%
B=27.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561591200.0200.250.3864.6216.8854.71
Hex9C9F78201926411137
Octal2342371702031461012167
Binary1001110010011111111100010011001100110100000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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