#8A917B

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

Shades of Sage #8A917B

Tints of Sage #8A917B

Color information

#8A917B (or 0x8A917B) is unknown color: approx Sage. HEX triplet: 8A, 91 and 7B. RGB value is (138,145,123). Sum of RGB (Red+Green+Blue) = 138+145+123=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 145 - color contains mainly: green. Hex color #8A917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A917B is #756E84. Grayscale: #8C8C8C. Windows color (decimal): -7696005 or 8098186. OLE color: 8098186.

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

Color convert

RGB138145123-
CMYK0.0500.150.43
HSL79.09º9.09%52.55%-
HSV(B)79.09º15.17%56.86%-
XYZ24.1827.0822.69-
YUV140.4118.18126.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.99%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=33.99%
G=35.71%
B=30.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1381451230.0500.150.4379.099.0952.55
Hex8A917B50F2B4f935
Octal2122211735017531171165
Binary100010101001000111110111010111110101110011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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