#8D9673

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

Shades of Sage #8D9673

Tints of Sage #8D9673

Color information

#8D9673 (or 0x8D9673) is unknown color: approx Sage. HEX triplet: 8D, 96 and 73. RGB value is (141,150,115). Sum of RGB (Red+Green+Blue) = 141+150+115=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9673 is #72698C. Grayscale: #8F8F8F. Windows color (decimal): -7498125 or 7575181. OLE color: 7575181.

HSL color Cylindrical-coordinate representation of color #8D9673: hue angle of 75.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D9673 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB141150115-
CMYK0.0600.230.41
HSL75.43º14.29%51.96%-
HSV(B)75.43º23.33%58.82%-
XYZ24.9928.7120.44-
YUV143.32112.02126.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.73%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=34.73%
G=36.95%
B=28.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1411501150.0600.230.4175.4314.2951.96
Hex8D96736017294be34
Octal2152261636027511131664
Binary1000110110010110111001111001011110100110010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,150,115); }

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

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

 a { background-color: rgb(141,150,115); }

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

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

 span { border-color: rgb(141,150,115); }

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