#8A917D

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

Shades of Sage #8A917D

Tints of Sage #8A917D

Color information

#8A917D (or 0x8A917D) is unknown color: approx Sage. HEX triplet: 8A, 91 and 7D. RGB value is (138,145,125). Sum of RGB (Red+Green+Blue) = 138+145+125=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 145 - color contains mainly: green. Hex color #8A917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A917D is #756E82. Grayscale: #8C8C8C. Windows color (decimal): -7696003 or 8229258. OLE color: 8229258.

HSL color Cylindrical-coordinate representation of color #8A917D: hue angle of 81º degrees, saturation: 0.08, 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 #8A917D is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB138145125-
CMYK0.0500.140.43
HSL81º8.33%52.94%-
HSV(B)81º13.79%56.86%-
XYZ24.3127.1323.36-
YUV140.63119.18126.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.82%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=33.82%
G=35.54%
B=30.64%

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
Decimal1381451250.0500.140.43818.3352.94
Hex8A917D50E2B51835
Octal2122211755016531211065
Binary100010101001000111111011010111010101110100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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