#8B987A

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

Shades of Sage #8B987A

Tints of Sage #8B987A

Color information

#8B987A (or 0x8B987A) is unknown color: approx Sage. HEX triplet: 8B, 98 and 7A. RGB value is (139,152,122). Sum of RGB (Red+Green+Blue) = 139+152+122=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #8B987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B987A is #746785. Grayscale: #909090. Windows color (decimal): -7628678 or 8034443. OLE color: 8034443.

HSL color Cylindrical-coordinate representation of color #8B987A: hue angle of 86º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B987A is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB139152122-
CMYK0.0900.200.40
HSL86º12.71%53.73%-
HSV(B)86º19.74%59.61%-
XYZ25.3929.3522.74-
YUV144.69115.19123.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=33.66%
G=36.80%
B=29.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391521220.0900.200.408612.7153.73
Hex8B987A90142856d36
Octal21323017211024501261566
Binary10001011100110001111010100101010010100010101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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