#9BA073

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

Shades of Sage #9BA073

Tints of Sage #9BA073

Color information

#9BA073 (or 0x9BA073) is unknown color: approx Sage. HEX triplet: 9B, A0 and 73. RGB value is (155,160,115). Sum of RGB (Red+Green+Blue) = 155+160+115=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA073 is #645F8C. Grayscale: #999999. Windows color (decimal): -6578061 or 7577755. OLE color: 7577755.

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

Color convert

RGB155160115-
CMYK0.0300.280.37
HSL66.67º19.15%53.92%-
HSV(B)66.67º28.12%62.75%-
XYZ29.1833.3521.12-
YUV153.38106.34129.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=36.05%
G=37.21%
B=26.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551601150.0300.280.3766.6719.1553.92
Hex9BA073301C25431336
Octal2332401633034451032366
Binary1001101110100000111001111011100100101100001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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