#8D9279

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

Shades of Sage #8D9279

Tints of Sage #8D9279

Color information

#8D9279 (or 0x8D9279) is unknown color: approx Sage. HEX triplet: 8D, 92 and 79. RGB value is (141,146,121). Sum of RGB (Red+Green+Blue) = 141+146+121=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9279 is #726D86. Grayscale: #8D8D8D. Windows color (decimal): -7499143 or 7967373. OLE color: 7967373.

HSL color Cylindrical-coordinate representation of color #8D9279: hue angle of 72º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D9279 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB141146121-
CMYK0.0300.170.43
HSL72º10.29%52.35%-
HSV(B)72º17.12%57.25%-
XYZ24.7127.622.11-
YUV141.66116.34127.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.56%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=34.56%
G=35.78%
B=29.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1411461210.0300.170.437210.2952.35
Hex8D927930112B48a34
Octal2152221713021531101264
Binary100011011001001011110011101000110101110010001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,146,121); }

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

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

 a { background-color: rgb(141,146,121); }

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

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

 span { border-color: rgb(141,146,121); }

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