#8B907A

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

Shades of Sage #8B907A

Tints of Sage #8B907A

Color information

#8B907A (or 0x8B907A) is unknown color: approx Sage. HEX triplet: 8B, 90 and 7A. RGB value is (139,144,122). Sum of RGB (Red+Green+Blue) = 139+144+122=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 144 - color contains mainly: green. Hex color #8B907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B907A is #746F85. Grayscale: #8C8C8C. Windows color (decimal): -7630726 or 8032395. OLE color: 8032395.

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

Color convert

RGB139144122-
CMYK0.0300.150.44
HSL73.64º9.02%52.16%-
HSV(B)73.64º15.28%56.47%-
XYZ24.1326.8422.32-
YUV140117.84127.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.32%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=34.32%
G=35.56%
B=30.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391441220.0300.150.4473.649.0252.16
Hex8B907A30F2C4a934
Octal2132201723017541121164
Binary10001011100100001111010110111110110010010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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