#8B9974

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

Shades of Sage #8B9974

Tints of Sage #8B9974

Color information

#8B9974 (or 0x8B9974) is unknown color: approx Sage. HEX triplet: 8B, 99 and 74. RGB value is (139,153,116). Sum of RGB (Red+Green+Blue) = 139+153+116=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9974 is #74668B. Grayscale: #909090. Windows color (decimal): -7628428 or 7641483. OLE color: 7641483.

HSL color Cylindrical-coordinate representation of color #8B9974: hue angle of 82.7º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B9974 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB139153116-
CMYK0.0900.240.4
HSL82.7º15.35%52.75%-
HSV(B)82.7º24.18%60%-
XYZ25.1929.5320.9-
YUV144.6111.86124.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 116 (45.70% from 255) = 28.43%
R=34.07%
G=37.5%
B=28.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1391531160.0900.240.482.715.3552.75
Hex8B997490182853f35
Octal21323116411030501231765
Binary10001011100110011110100100101100010100010100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,153,116); }

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

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

 a { background-color: rgb(139,153,116); }

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

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

 span { border-color: rgb(139,153,116); }

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