#8D9578

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

Shades of Sage #8D9578

Tints of Sage #8D9578

Color information

#8D9578 (or 0x8D9578) is unknown color: approx Sage. HEX triplet: 8D, 95 and 78. RGB value is (141,149,120). Sum of RGB (Red+Green+Blue) = 141+149+120=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9578 is #726A87. Grayscale: #8F8F8F. Windows color (decimal): -7498376 or 7902605. OLE color: 7902605.

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

Color convert

RGB141149120-
CMYK0.0500.190.42
HSL76.55º12.03%52.75%-
HSV(B)76.55º19.46%58.43%-
XYZ25.1228.5121.95-
YUV143.3114.85126.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.39%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=34.39%
G=36.34%
B=29.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411491200.0500.190.4276.5512.0352.75
Hex8D957850132A4dc35
Octal2152251705023521151465
Binary1000110110010101111100010101001110101010011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,149,120); }

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

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

 a { background-color: rgb(141,149,120); }

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

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

 span { border-color: rgb(141,149,120); }

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