#8A9871

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

Shades of Sage #8A9871

Tints of Sage #8A9871

Color information

#8A9871 (or 0x8A9871) is unknown color: approx Sage. HEX triplet: 8A, 98 and 71. RGB value is (138,152,113). Sum of RGB (Red+Green+Blue) = 138+152+113=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9871 is #75678E. Grayscale: #8F8F8F. Windows color (decimal): -7694223 or 7444618. OLE color: 7444618.

HSL color Cylindrical-coordinate representation of color #8A9871: hue angle of 81.54º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A9871 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB138152113-
CMYK0.0900.260.40
HSL81.54º15.92%51.96%-
HSV(B)81.54º25.66%59.61%-
XYZ24.6929.0519.93-
YUV143.37110.86124.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.24%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=34.24%
G=37.72%
B=28.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381521130.0900.260.4081.5415.9251.96
Hex8A9871901A28521034
Octal21223016111032501222064
Binary100010101001100011100011001011010101000101001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,152,113); }

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

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

 a { background-color: rgb(138,152,113); }

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

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

 span { border-color: rgb(138,152,113); }

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