#9B9F79

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

Shades of Sage #9B9F79

Tints of Sage #9B9F79

Color information

#9B9F79 (or 0x9B9F79) is unknown color: approx Sage. HEX triplet: 9B, 9F and 79. RGB value is (155,159,121). Sum of RGB (Red+Green+Blue) = 155+159+121=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9F79 is #646086. Grayscale: #999999. Windows color (decimal): -6578311 or 7970715. OLE color: 7970715.

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

Color convert

RGB155159121-
CMYK0.0300.240.38
HSL66.32º16.52%54.9%-
HSV(B)66.32º23.9%62.35%-
XYZ29.3733.1522.94-
YUV153.47109.67129.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.63%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=35.63%
G=36.55%
B=27.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551591210.0300.240.3866.3216.5254.9
Hex9B9F79301826421137
Octal2332371713030461022167
Binary1001101110011111111100111011000100110100001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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