#8D9C75

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

Shades of Sage #8D9C75

Tints of Sage #8D9C75

Color information

#8D9C75 (or 0x8D9C75) is unknown color: approx Sage. HEX triplet: 8D, 9C and 75. RGB value is (141,156,117). Sum of RGB (Red+Green+Blue) = 141+156+117=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 156 - color contains mainly: green. Hex color #8D9C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9C75 is #72638A. Grayscale: #939393. Windows color (decimal): -7496587 or 7707789. OLE color: 7707789.

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

Color convert

RGB141156117-
CMYK0.1000.250.39
HSL83.08º16.46%53.53%-
HSV(B)83.08º25%61.18%-
XYZ26.0830.7221.39-
YUV147.07111.03123.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.06%
GREEN value IS 156 (61.33% from 255) = 37.68%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=34.06%
G=37.68%
B=28.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411561170.1000.250.3983.0816.4653.53
Hex8D9C75A01927531036
Octal21523416512031471232066
Binary100011011001110011101011010011001100111101001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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