#9BA079

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

Shades of Sage #9BA079

Tints of Sage #9BA079

Color information

#9BA079 (or 0x9BA079) is unknown color: approx Sage. HEX triplet: 9B, A0 and 79. RGB value is (155,160,121). Sum of RGB (Red+Green+Blue) = 155+160+121=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA079 is #645F86. Grayscale: #9A9A9A. Windows color (decimal): -6578055 or 7970971. OLE color: 7970971.

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

Color convert

RGB155160121-
CMYK0.0300.240.37
HSL67.69º17.03%55.1%-
HSV(B)67.69º24.38%62.75%-
XYZ29.5433.4923-
YUV154.06109.34128.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.55%
GREEN value IS 160 (62.89% from 255) = 36.70%
BLUE value IS 121 (47.66% from 255) = 27.75%
R=35.55%
G=36.70%
B=27.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551601210.0300.240.3767.6917.0355.1
Hex9BA079301825441137
Octal2332401713030451042167
Binary1001101110100000111100111011000100101100010010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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