#8B9C74

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

Shades of Sage #8B9C74

Tints of Sage #8B9C74

Color information

#8B9C74 (or 0x8B9C74) is unknown color: approx Sage. HEX triplet: 8B, 9C and 74. RGB value is (139,156,116). Sum of RGB (Red+Green+Blue) = 139+156+116=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 156 - color contains mainly: green. Hex color #8B9C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9C74 is #74638B. Grayscale: #929292. Windows color (decimal): -7627660 or 7642251. OLE color: 7642251.

HSL color Cylindrical-coordinate representation of color #8B9C74: hue angle of 85.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B9C74 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB139156116-
CMYK0.1100.260.39
HSL85.5º16.81%53.33%-
HSV(B)85.5º25.64%61.18%-
XYZ25.6930.5321.06-
YUV146.36110.87122.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.82%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=33.82%
G=37.96%
B=28.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391561160.1100.260.3985.516.8153.33
Hex8B9C74B01A27551135
Octal21323416413032471252165
Binary100010111001110011101001011011010100111101010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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