#8D9D75

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

Shades of Sage #8D9D75

Tints of Sage #8D9D75

Color information

#8D9D75 (or 0x8D9D75) is unknown color: approx Sage. HEX triplet: 8D, 9D and 75. RGB value is (141,157,117). Sum of RGB (Red+Green+Blue) = 141+157+117=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 157 - color contains mainly: green. Hex color #8D9D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9D75 is #72628A. Grayscale: #939393. Windows color (decimal): -7496331 or 7708045. OLE color: 7708045.

HSL color Cylindrical-coordinate representation of color #8D9D75: hue angle of 84º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D9D75 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB141157117-
CMYK0.1000.250.38
HSL84º16.95%53.73%-
HSV(B)84º25.48%61.57%-
XYZ26.2531.0621.44-
YUV147.66110.7123.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.98%
GREEN value IS 157 (61.72% from 255) = 37.83%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=33.98%
G=37.83%
B=28.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411571170.1000.250.388416.9553.73
Hex8D9D75A01926541136
Octal21523516512031461242166
Binary100011011001110111101011010011001100110101010010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,157,117); }

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

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

 a { background-color: rgb(141,157,117); }

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

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

 span { border-color: rgb(141,157,117); }

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