#8B986F

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

Shades of Sage #8B986F

Tints of Sage #8B986F

Color information

#8B986F (or 0x8B986F) is unknown color: approx Sage. HEX triplet: 8B, 98 and 6F. RGB value is (139,152,111). Sum of RGB (Red+Green+Blue) = 139+152+111=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #8B986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B986F is #746790. Grayscale: #8F8F8F. Windows color (decimal): -7628689 or 7313547. OLE color: 7313547.

HSL color Cylindrical-coordinate representation of color #8B986F: hue angle of 79.02º 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 #8B986F is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB139152111-
CMYK0.0900.270.40
HSL79.02º16.6%51.57%-
HSV(B)79.02º26.97%59.61%-
XYZ24.7429.0919.35-
YUV143.44109.69124.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.58%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 111 (43.75% from 255) = 27.61%
R=34.58%
G=37.81%
B=27.61%

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
Decimal1391521110.0900.270.4079.0216.651.57
Hex8B986F901B284f1134
Octal21323015711033501172164
Binary100010111001100011011111001011011101000100111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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