#8A9373

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

Shades of Sage #8A9373

Tints of Sage #8A9373

Color information

#8A9373 (or 0x8A9373) is unknown color: approx Sage. HEX triplet: 8A, 93 and 73. RGB value is (138,147,115). Sum of RGB (Red+Green+Blue) = 138+147+115=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9373 is #756C8C. Grayscale: #8C8C8C. Windows color (decimal): -7695501 or 7574410. OLE color: 7574410.

HSL color Cylindrical-coordinate representation of color #8A9373: hue angle of 76.87º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A9373 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB138147115-
CMYK0.0600.220.42
HSL76.87º12.9%51.37%-
HSV(B)76.87º21.77%57.65%-
XYZ24.0127.5120.26-
YUV140.66113.52126.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.5%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 115 (45.31% from 255) = 28.75%
R=34.5%
G=36.75%
B=28.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381471150.0600.220.4276.8712.951.37
Hex8A937360162A4dd33
Octal2122231636026521151563
Binary1000101010010011111001111001011010101010011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,147,115); }

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

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

 a { background-color: rgb(138,147,115); }

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

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

 span { border-color: rgb(138,147,115); }

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