#8B9A73

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

Shades of Sage #8B9A73

Tints of Sage #8B9A73

Color information

#8B9A73 (or 0x8B9A73) is unknown color: approx Sage. HEX triplet: 8B, 9A and 73. RGB value is (139,154,115). Sum of RGB (Red+Green+Blue) = 139+154+115=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 154 - color contains mainly: green. Hex color #8B9A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9A73 is #74658C. Grayscale: #919191. Windows color (decimal): -7628173 or 7576203. OLE color: 7576203.

HSL color Cylindrical-coordinate representation of color #8B9A73: hue angle of 83.08º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B9A73 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB139154115-
CMYK0.1000.250.40
HSL83.08º16.18%52.75%-
HSV(B)83.08º25.32%60.39%-
XYZ25.329.8420.65-
YUV145.07111.03123.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 115 (45.31% from 255) = 28.19%
R=34.07%
G=37.75%
B=28.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391541150.1000.250.4083.0816.1852.75
Hex8B9A73A01928531035
Octal21323216312031501232065
Binary100010111001101011100111010011001101000101001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B9A73; }

 p { color: rgb(139,154,115); }

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

<style>
 a { background-color: #8B9A73; }

 a { background-color: rgb(139,154,115); }

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

<style>
 span { border-color: #8B9A73; }

 span { border-color: rgb(139,154,115); }

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