#8A917C

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

Shades of Sage #8A917C

Tints of Sage #8A917C

Color information

#8A917C (or 0x8A917C) is unknown color: approx Sage. HEX triplet: 8A, 91 and 7C. RGB value is (138,145,124). Sum of RGB (Red+Green+Blue) = 138+145+124=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 145 - color contains mainly: green. Hex color #8A917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A917C is #756E83. Grayscale: #8C8C8C. Windows color (decimal): -7696004 or 8163722. OLE color: 8163722.

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

Color convert

RGB138145124-
CMYK0.0500.140.43
HSL80º8.71%52.75%-
HSV(B)80º14.48%56.86%-
XYZ24.2427.1123.02-
YUV140.51118.68126.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 124 (48.83% from 255) = 30.47%
R=33.91%
G=35.63%
B=30.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1381451240.0500.140.43808.7152.75
Hex8A917C50E2B50935
Octal2122211745016531201165
Binary100010101001000111111001010111010101110100001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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