#9BA07E

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

Shades of Sage #9BA07E

Tints of Sage #9BA07E

Color information

#9BA07E (or 0x9BA07E) is unknown color: approx Sage. HEX triplet: 9B, A0 and 7E. RGB value is (155,160,126). Sum of RGB (Red+Green+Blue) = 155+160+126=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA07E is #645F81. Grayscale: #9A9A9A. Windows color (decimal): -6578050 or 8298651. OLE color: 8298651.

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

Color convert

RGB155160126-
CMYK0.0300.210.37
HSL68.82º15.18%56.08%-
HSV(B)68.82º21.25%62.75%-
XYZ29.8533.6224.65-
YUV154.63111.84128.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.15%
GREEN value IS 160 (62.89% from 255) = 36.28%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=35.15%
G=36.28%
B=28.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551601260.0300.210.3768.8215.1856.08
Hex9BA07E30152545f38
Octal2332401763025451051770
Binary100110111010000011111101101010110010110001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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