#8A986F

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

Shades of Sage #8A986F

Tints of Sage #8A986F

Color information

#8A986F (or 0x8A986F) is unknown color: approx Sage. HEX triplet: 8A, 98 and 6F. RGB value is (138,152,111). Sum of RGB (Red+Green+Blue) = 138+152+111=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #8A986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A986F is #756790. Grayscale: #8F8F8F. Windows color (decimal): -7694225 or 7313546. OLE color: 7313546.

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

Color convert

RGB138152111-
CMYK0.0900.270.40
HSL80.49º16.6%51.57%-
HSV(B)80.49º26.97%59.61%-
XYZ24.5829.0119.34-
YUV143.14109.86124.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.41%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=34.41%
G=37.91%
B=27.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381521110.0900.270.4080.4916.651.57
Hex8A986F901B28501134
Octal21223015711033501202164
Binary100010101001100011011111001011011101000101000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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