#8A917E

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

Shades of Sage #8A917E

Tints of Sage #8A917E

Color information

#8A917E (or 0x8A917E) is unknown color: approx Sage. HEX triplet: 8A, 91 and 7E. RGB value is (138,145,126). Sum of RGB (Red+Green+Blue) = 138+145+126=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 145 - color contains mainly: green. Hex color #8A917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A917E is #756E81. Grayscale: #8C8C8C. Windows color (decimal): -7696002 or 8294794. OLE color: 8294794.

HSL color Cylindrical-coordinate representation of color #8A917E: hue angle of 82.11º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A917E is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB138145126-
CMYK0.0500.130.43
HSL82.11º7.95%53.14%-
HSV(B)82.11º13.1%56.86%-
XYZ24.3727.1623.7-
YUV140.74119.68126.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=33.74%
G=35.45%
B=30.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1381451260.0500.130.4382.117.9553.14
Hex8A917E50D2B52835
Octal2122211765015531221065
Binary100010101001000111111101010110110101110100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,145,126); }

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

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

 a { background-color: rgb(138,145,126); }

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

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

 span { border-color: rgb(138,145,126); }

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