#8B9080

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

Shades of Sage #8B9080

Tints of Sage #8B9080

Color information

#8B9080 (or 0x8B9080) is unknown color: approx Sage. HEX triplet: 8B, 90 and 80. RGB value is (139,144,128). Sum of RGB (Red+Green+Blue) = 139+144+128=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 144 - color contains mainly: green. Hex color #8B9080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9080 is #746F7F. Grayscale: #8C8C8C. Windows color (decimal): -7630720 or 8425611. OLE color: 8425611.

HSL color Cylindrical-coordinate representation of color #8B9080: hue angle of 78.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B9080 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB139144128-
CMYK0.0300.110.44
HSL78.75º6.72%53.33%-
HSV(B)78.75º11.11%56.47%-
XYZ24.5226.9924.34-
YUV140.68120.84126.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.82%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=33.82%
G=35.04%
B=31.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391441280.0300.110.4478.756.7253.33
Hex8B908030B2C4f735
Octal213220200301354117765
Binary10001011100100001000000011010111011001001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,144,128); }

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

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

 a { background-color: rgb(139,144,128); }

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

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

 span { border-color: rgb(139,144,128); }

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