#8D9377

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

Shades of Sage #8D9377

Tints of Sage #8D9377

Color information

#8D9377 (or 0x8D9377) is unknown color: approx Sage. HEX triplet: 8D, 93 and 77. RGB value is (141,147,119). Sum of RGB (Red+Green+Blue) = 141+147+119=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9377 is #726C88. Grayscale: #8E8E8E. Windows color (decimal): -7498889 or 7836557. OLE color: 7836557.

HSL color Cylindrical-coordinate representation of color #8D9377: hue angle of 72.86º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D9377 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB141147119-
CMYK0.0400.190.42
HSL72.86º11.48%52.16%-
HSV(B)72.86º19.05%57.65%-
XYZ24.7527.8621.53-
YUV142.01115.01127.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.64%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 119 (46.88% from 255) = 29.24%
R=34.64%
G=36.12%
B=29.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411471190.0400.190.4272.8611.4852.16
Hex8D937740132A49b34
Octal2152231674023521111364
Binary1000110110010011111011110001001110101010010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,147,119); }

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

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

 a { background-color: rgb(141,147,119); }

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

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

 span { border-color: rgb(141,147,119); }

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