#8A917F

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

Shades of Sage #8A917F

Tints of Sage #8A917F

Color information

#8A917F (or 0x8A917F) is unknown color: approx Sage. HEX triplet: 8A, 91 and 7F. RGB value is (138,145,127). Sum of RGB (Red+Green+Blue) = 138+145+127=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 145 - color contains mainly: green. Hex color #8A917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A917F is #756E80. Grayscale: #8C8C8C. Windows color (decimal): -7696001 or 8360330. OLE color: 8360330.

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

Color convert

RGB138145127-
CMYK0.0500.120.43
HSL83.33º7.56%53.33%-
HSV(B)83.33º12.41%56.86%-
XYZ24.4427.1924.04-
YUV140.85120.18125.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.66%
GREEN value IS 145 (57.03% from 255) = 35.37%
BLUE value IS 127 (50% from 255) = 30.98%
R=33.66%
G=35.37%
B=30.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1381451270.0500.120.4383.337.5653.33
Hex8A917F50C2B53835
Octal2122211775014531231065
Binary100010101001000111111111010110010101110100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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