#8A996E

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

Shades of Sage #8A996E

Tints of Sage #8A996E

Color information

#8A996E (or 0x8A996E) is unknown color: approx Sage. HEX triplet: 8A, 99 and 6E. RGB value is (138,153,110). Sum of RGB (Red+Green+Blue) = 138+153+110=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #8A996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A996E is #756691. Grayscale: #8F8F8F. Windows color (decimal): -7693970 or 7248266. OLE color: 7248266.

HSL color Cylindrical-coordinate representation of color #8A996E: hue angle of 80.93º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A996E is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB138153110-
CMYK0.1000.280.4
HSL80.93º17.41%51.57%-
HSV(B)80.93º28.1%60%-
XYZ24.6929.3119.11-
YUV143.61109.03124-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.41%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 110 (43.36% from 255) = 27.43%
R=34.41%
G=38.15%
B=27.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1381531100.1000.280.480.9317.4151.57
Hex8A996EA01C28511134
Octal21223115612034501212164
Binary100010101001100111011101010011100101000101000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,153,110); }

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

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

 a { background-color: rgb(138,153,110); }

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

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

 span { border-color: rgb(138,153,110); }

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