#8B907D

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

Shades of Sage #8B907D

Tints of Sage #8B907D

Color information

#8B907D (or 0x8B907D) is unknown color: approx Sage. HEX triplet: 8B, 90 and 7D. RGB value is (139,144,125). Sum of RGB (Red+Green+Blue) = 139+144+125=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 144 - color contains mainly: green. Hex color #8B907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B907D is #746F82. Grayscale: #8C8C8C. Windows color (decimal): -7630723 or 8229003. OLE color: 8229003.

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

Color convert

RGB139144125-
CMYK0.0300.130.44
HSL75.79º7.88%52.75%-
HSV(B)75.79º13.19%56.47%-
XYZ24.3226.9223.32-
YUV140.34119.34127.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=34.07%
G=35.29%
B=30.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391441250.0300.130.4475.797.8852.75
Hex8B907D30D2C4c835
Octal2132201753015541141065
Binary10001011100100001111101110110110110010011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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