#8B9079

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

Shades of Sage #8B9079

Tints of Sage #8B9079

Color information

#8B9079 (or 0x8B9079) is unknown color: approx Sage. HEX triplet: 8B, 90 and 79. RGB value is (139,144,121). Sum of RGB (Red+Green+Blue) = 139+144+121=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 144 - color contains mainly: green. Hex color #8B9079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9079 is #746F86. Grayscale: #8B8B8B. Windows color (decimal): -7630727 or 7966859. OLE color: 7966859.

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

Color convert

RGB139144121-
CMYK0.0300.160.44
HSL73.04º9.39%51.96%-
HSV(B)73.04º15.97%56.47%-
XYZ24.0726.8222-
YUV139.88117.34127.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.41%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=34.41%
G=35.64%
B=29.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391441210.0300.160.4473.049.3951.96
Hex8B907930102C49934
Octal2132201713020541111164
Binary100010111001000011110011101000010110010010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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