#8D927E

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

Shades of Sage #8D927E

Tints of Sage #8D927E

Color information

#8D927E (or 0x8D927E) is unknown color: approx Sage. HEX triplet: 8D, 92 and 7E. RGB value is (141,146,126). Sum of RGB (Red+Green+Blue) = 141+146+126=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 146 - color contains mainly: green. Hex color #8D927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D927E is #726D81. Grayscale: #8E8E8E. Windows color (decimal): -7499138 or 8295053. OLE color: 8295053.

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

Color convert

RGB141146126-
CMYK0.0300.140.43
HSL75º8.4%53.33%-
HSV(B)75º13.7%57.25%-
XYZ25.0327.7323.77-
YUV142.22118.84127.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=34.14%
G=35.35%
B=30.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1411461260.0300.140.43758.453.33
Hex8D927E30E2B4b835
Octal2152221763016531131065
Binary10001101100100101111110110111010101110010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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