#8D9B75

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

Shades of Sage #8D9B75

Tints of Sage #8D9B75

Color information

#8D9B75 (or 0x8D9B75) is unknown color: approx Sage. HEX triplet: 8D, 9B and 75. RGB value is (141,155,117). Sum of RGB (Red+Green+Blue) = 141+155+117=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9B75 is #72648A. Grayscale: #929292. Windows color (decimal): -7496843 or 7707533. OLE color: 7707533.

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

Color convert

RGB141155117-
CMYK0.0900.250.39
HSL82.11º15.97%53.33%-
HSV(B)82.11º24.52%60.78%-
XYZ25.9230.3921.33-
YUV146.48111.36124.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 155 (60.94% from 255) = 37.53%
BLUE value IS 117 (46.09% from 255) = 28.33%
R=34.14%
G=37.53%
B=28.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411551170.0900.250.3982.1115.9753.33
Hex8D9B75901927521035
Octal21523316511031471222065
Binary100011011001101111101011001011001100111101001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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