#9BAA76

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

Shades of Sage #9BAA76

Tints of Sage #9BAA76

Color information

#9BAA76 (or 0x9BAA76) is unknown color: approx Sage. HEX triplet: 9B, AA and 76. RGB value is (155,170,118). Sum of RGB (Red+Green+Blue) = 155+170+118=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA76 is #645589. Grayscale: #9F9F9F. Windows color (decimal): -6575498 or 7776923. OLE color: 7776923.

HSL color Cylindrical-coordinate representation of color #9BAA76: hue angle of 77.31º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BAA76 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB155170118-
CMYK0.0900.310.33
HSL77.31º23.42%56.47%-
HSV(B)77.31º30.59%66.67%-
XYZ31.1637.0322.64-
YUV159.59104.53124.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=34.99%
G=38.37%
B=26.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551701180.0900.310.3377.3123.4256.47
Hex9BAA76901F214d1738
Octal23325216611037411152770
Binary100110111010101011101101001011111100001100110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,170,118); }

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

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

 a { background-color: rgb(155,170,118); }

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

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

 span { border-color: rgb(155,170,118); }

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